Changes keybinding for edit amount to C-c C-b

Thierry rightly pointed out that C-c C-v was a much older emacs command and I shouldn't stomp on it.
This commit is contained in:
Craig Earls 2013-02-10 10:11:15 -07:00
parent e757b969ef
commit 30c95ea9bb

View file

@ -73,7 +73,7 @@ customizable to ease retro-entry.")
(define-key map [(control ?c) (control ?r)] 'ledger-reconcile)
(define-key map [(control ?c) (control ?s)] 'ledger-sort-region)
(define-key map [(control ?c) (control ?t)] 'ledger-test-run)
(define-key map [(control ?c) (control ?v)] 'ledger-post-edit-amount)
(define-key map [(control ?c) (control ?b)] 'ledger-post-edit-amount)
(define-key map [(control ?c) (control ?f)] 'ledger-occur)
(define-key map [tab] 'pcomplete)
(define-key map [(control ?i)] 'pcomplete)