mirror of
https://github.com/vale981/boon
synced 2025-03-04 17:11:40 -05:00
move smart up/down
This commit is contained in:
parent
176151320d
commit
6f9e28b968
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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", ""]
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue