move smart up/down

This commit is contained in:
Jean-Philippe Bernardy 2016-08-28 08:16:40 +02:00
parent 176151320d
commit 6f9e28b968
2 changed files with 3 additions and 3 deletions

View file

@ -45,8 +45,8 @@
(define-key boon-moves-map ";" 'boon-end-of-line)
(define-key boon-moves-map "n" 'boon-smarter-backward)
(define-key boon-moves-map "o" 'boon-smarter-forward)
(define-key boon-moves-map "N" 'boon-smarter-upward)
(define-key boon-moves-map "O" 'boon-smarter-downward)
(define-key boon-moves-map "E" 'boon-smarter-upward)
(define-key boon-moves-map "I" 'boon-smarter-downward)
(define-key boon-moves-map "," 'boon-beginning-of-expression)
(define-key boon-moves-map "." 'boon-end-of-expression)
(define-key boon-moves-map "e" 'backward-char)

View file

@ -96,7 +96,7 @@ rightHandL = movesC
rightHandU = movesC
[["reserved", "", "previous-paragraph", "next-paragraph", ""]
,["avy-jump-char", "smarter-up", "", "", "smarter-down", ""]
,["avy-jump-char", "", "smarter-up", "smarter-down", "", ""]
,["pop-mark-quick", "", "begin-of-buffer", "end-of-buffer", ""]
]