zep icon indicating copy to clipboard operation
zep copied to clipboard

Add more Vim keystrokes

Open cmaughan opened this issue 7 years ago • 3 comments

In order of preference/usefulness/ease of implementation:

  • [x] r 'replace' mode. I use this a lot for single character replacement
  • [x] ct, dt 'change to'/'delete to'. Change everything up to a character
  • [x] ci 'change in' ()[], etc.
  • [x] / search
  • [ ] :%s///g search and replace (harder)
  • [x] viw Select inner word. This may be broken rather than unimplemented!
  • [x] % find matching delimiter

cmaughan avatar Feb 12 '19 19:02 cmaughan

Would indeed love to have ci)(change in parentheses) and also % (jump between matching braces/parens/brackets). Or ... some hints on where to start for adding these.

totalgee avatar Jan 25 '22 16:01 totalgee

@totalgee Let me know if the ci works for you.

cmaughan avatar Mar 03 '22 11:03 cmaughan

Thanks, see my comment regarding ci here.

totalgee avatar Mar 04 '22 23:03 totalgee