helix-vim icon indicating copy to clipboard operation
helix-vim copied to clipboard

Change inside word `ciw`

Open zasdaym opened this issue 2 years ago • 1 comments

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 deleting it.. Is it impossible to make it like in vim?

zasdaym avatar Jan 16 '23 17:01 zasdaym

[keys.normal.c]
i = {w= ["move_prev_word_end", "delete_word_forward", "insert_mode"]}

a workaround way to do it. I hope helix support more commands to chain and allow us to customize to vim keybinding as it used in many places. Helix keybinding is what holding me to use the editor.

0xwal avatar Oct 27 '23 10:10 0xwal