You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks again for your work so far. Any plans to add commands like
ciw - which will "change inner word", meaning it will delete the word your cursor is currently inside (no matter where your cursor is placed inside the word, it deletes whole word) and then puts you in insert mode?
diw is the same except you end up in normal mode
ci( will change inside parenthesis.
I realize there are a ton of vim commands but these are some that I use the most. What you added is already very useful, so thanks again!
-Jason
The text was updated successfully, but these errors were encountered:
Hi @jbiz25, yes there is a ton of vim commands 😃. The ciw, diw, and all the ci di brackets (and the . register) commands are the next ones that I think to implement.
Glad that you find the vim plugin useful!
Hi guys,
First, thanks again for your work so far. Any plans to add commands like
ciw - which will "change inner word", meaning it will delete the word your cursor is currently inside (no matter where your cursor is placed inside the word, it deletes whole word) and then puts you in insert mode?
diw is the same except you end up in normal mode
ci( will change inside parenthesis.
I realize there are a ton of vim commands but these are some that I use the most. What you added is already very useful, so thanks again!
-Jason
The text was updated successfully, but these errors were encountered: