Hi, porting my config from neovim to Emacs.
What happened?
I change the keymaps for “evil-window-(and the direction here)” and these two works pretty nice.
(map! "C-h" #'evil-window-left)
(map! "C-l" #'evil-window-right)
But something happen with this two remaps, just doesn’t work, when i press Ctrl-j i just jump into the last line in the document.
(map! "C-j" #'evil-window-bottom)
(map! "C-k" #'evil-window-top)
What did you expect to happen?
I expect that the focus change to the other window
Steps to reproduce
- Add these two lines to the config.el file
(map! "C-j" #'evil-window-bottom)
(map! "C-k" #'evil-window-top)
- Try to change the current window focus
- It doesn’t work :c
System information
Loading data dump...