Remove bindings to change window
This commit is contained in:
parent
a463db12e2
commit
afb544444a
@ -111,19 +111,10 @@ Documentation:
|
|||||||
|
|
||||||
* Evil
|
* Evil
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(after! evil
|
(after! evil
|
||||||
(map! :m "-" #'dired-jump))
|
(map! :m "-" #'dired-jump))
|
||||||
#+end_src
|
#+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
|
Make movement keys work like they should
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(define-key evil-normal-state-map (kbd "<remap> <evil-next-line>") 'evil-next-visual-line)
|
(define-key evil-normal-state-map (kbd "<remap> <evil-next-line>") 'evil-next-visual-line)
|
||||||
|
Loading…
Reference in New Issue
Block a user