helix-vim
helix-vim copied to clipboard
A Vim-like configuration for Helix
You could considers giving it a test and deleting the related comments in https://github.com/LGUG2Z/helix-vim/blob/master/config.toml#L25 Cheers.
Write current file, if modified, and close the current window (same as ":x"). If there are several windows for the current file, only the current window is closed
Previously, if `*` was pressed when the word `to` was under the cursor, it would match words like `goto`, `into`, etc. If, say, `goto` was matched, pressing `*` again would...
In vim, it is exact a word.
vi lets you chain together d with number of lines to delete + yank into the clipboard. I've been fiddling with this config but haven't been able to figure it...
I've been unable to do this, figured there's sth in the way of remapping these -- the first two don't collapse the selection. ``` "f" = ["find_next_char", "collapse_selection"] "F" =...
Already read the README: `If you are used to doing c commands a lot, you're going to have to adapt to selecting the area you want with v and then...
I'm usually using visual block to insert multi line indent in vim. ctrl-v make selection with j or k shift i, make the change then esc if will apply to...
Looks like it left you in normal mode before, which is driving me crazy.