Skip to content

Releases: Gelio/vscode-temporary-vim-motions

Release v0.0.3

17 Jan 12:33
062faa1
Compare
Choose a tag to compare
  • Internal changes related to extension publishing

Release v0.0.2

17 Jan 12:35
c261450
Compare
Choose a tag to compare
  • Add extension icon

Release v0.0.1

17 Jan 12:35
3eeb07d
Compare
Choose a tag to compare

Initial release

  • Add an Execute vim motions command that allows to jump to a nearby relative line
  • Switches to relative lines when invoking the command (configurable in the settings)
  • Highlights the cursor destination
  • Handle multiple motions in a single execution (e.g. 10j2k)
  • Handle line start/end motions ($, ^)
  • Handle word boundary motions (w, e, b) (supports repetitions, e.g. 10w)
  • Handle find next/previous character motions (F, f) (supports repetitions, e.g. 2f")
  • When moving close to top/bottom of the editor, scrolls to show surrounding lines (configurable in the settings)