Search code examples
editortext-editorhelix-editor

Delete inner word in helix editor


I am used to using diw in vim to delete a word when the curser is in the middle of the word. How can I do the same in helix editor?


Solution

  • miwd

    Helix has that highlight first approach, so basically all the motions are the same but relative to that/those selected token/s.