t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

How to switch ''vim-mode-plus:move-[up/down]" to "vim-mode-plus:move-[up/down]-wrap" #1023

Closed abers closed 6 years ago

abers commented 6 years ago

I am trying to find a way to enable j/k to move up/down when using soft-wrap in zen mode. I noticed in the vim-mode-plus.cson file that vim-mod-plus:move-[up/down]-wrap were commented out. Uncommented them and commented the 'vim-mode-plus:move-[up/down]' instead but it seems to have no effect.

t9md commented 6 years ago
'atom-text-editor.vim-mode-plus:not(.insert-mode)':
  'k': 'vim-mode-plus:move-up-screen'
  'j': 'vim-mode-plus:move-down-screen'