-
In neovim I was able to change hjkl (default moving keymapping) to jkl; I was able to do the same here in Normal mode: [keys.normal] but in visual mode: [keys.select] it doesn't extend select. this only moves the cursor. Is there any way to make this remapping to work on all modes equally. for example directly mapping the j -> h, k -> j, l -> k, ; -> l this is the way I solved this issue in Vim. vim.cmd([[ vnoremap j h |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need to use the |
Beta Was this translation helpful? Give feedback.
You need to use the
extend_char_XXX
variants