Skip to content

Commit

Permalink
fix(emacs): bind vim window movement to n map
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Jan 22, 2020
1 parent 7efaee4 commit dff2c28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor/emacs/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
(map! :map 'ivy-minibuffer-map
"S-SPC" #'ivy-immediate-done)

;; TODO is this the right map? :shrug:
(map! :map 'evilem-map
(map! :n
"C-h" #'evil-window-left
"C-j" #'evil-window-down
"C-k" #'evil-window-up
Expand Down

0 comments on commit dff2c28

Please sign in to comment.