diff --git a/boon-colemak.el b/boon-colemak.el index e7d77fa..9a5d135 100644 --- a/boon-colemak.el +++ b/boon-colemak.el @@ -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) diff --git a/cheat-sheet.hs b/cheat-sheet.hs index 88a33b5..9c8d6fd 100644 --- a/cheat-sheet.hs +++ b/cheat-sheet.hs @@ -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", ""] ]