3

Delete text in between HTML tags in vim? provides a wonderful, succint answer for VIM that doesn't seem to work in IdeaVim. Anyone know how to achieve this in IntelliJ IdeaVim?

Community
  • 1
  • 1
brandones
  • 1,507
  • 2
  • 11
  • 29

1 Answers1

2

Try this mapping

nnoremap <Leader><Key> T>dt<

It should work even for IdeaVim.

More on

:h t :h T

ryuichiro
  • 3,557
  • 1
  • 12
  • 19