helix-vim
helix-vim copied to clipboard
Change inside word `ciw`
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?
[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.