Remove bindings to change window
This commit is contained in:
parent
a463db12e2
commit
afb544444a
@ -115,15 +115,6 @@ Documentation:
|
||||
(map! :m "-" #'dired-jump))
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(map!
|
||||
(:after evil
|
||||
:en "C-h" #'evil-window-left
|
||||
:en "C-j" #'evil-window-down
|
||||
:en "C-k" #'evil-window-up
|
||||
:en "C-l" #'evil-window-right))
|
||||
#+end_src
|
||||
|
||||
Make movement keys work like they should
|
||||
#+begin_src emacs-lisp
|
||||
(define-key evil-normal-state-map (kbd "<remap> <evil-next-line>") 'evil-next-visual-line)
|
||||
|
Loading…
Reference in New Issue
Block a user