Skip to content

25.07.1-68f11f9-vim.hx

Choose a tag to compare

@github-actions github-actions released this 05 Sep 17:15
· 3 commits to main since this release
89bb950

Features

  • Add C-n shortcut for auto-completion (#52)
  • Introduce :s/../../.. and :s|..|..|.. as a sed alias (#47), idea by @parisni
  • Add an accurate Vim ESCAPE command (#46)
  • Implement a behavior similar to visual block mode (C-v) (#43), idea by @parisni

Refactors / Breaking Changes

  • Breaking: Commands use kebab-case (vim-disable, vim-enable, etc.) (#53)

Maintenance

  • Merged upstream changes (#51)