Skip to content

Releases: jeffreytse/zsh-vi-mode

v0.6.0

25 Jan 02:57
Compare
Choose a tag to compare

🎉 Hello world, I'm a new release for better work!

  1. Better highlighting functionality.
  2. Support to execute extra commands (#4).
  3. Support lazy loading to improve startup speed.
  4. Support custom escape key (e.g. jj, jk, etc.).
  5. Support increment and decrement (e.g. Number, Boolean, Operator, etc.).
  6. Support setting cursor style (e.g. Block, Underline, Blinking Beam, etc.) (#6).
  7. Support cursor style in tmux over ssh.
  8. Fix some known issues.

Welcome to update to this version!

v0.5.0

08 Jan 13:44
Compare
Choose a tag to compare

🎉 Hello world, I'm a new release for better work!

  1. Fix prompt not redraw when changing keymap (#2).
  2. Fix region highlight related issues.
  3. Better yank/delete/change functionality .
  4. Better selecting/substituting surrounded text object.
  5. Optimize and improve the startup speed.
  6. Fix the weird confict with the starship plugin.
  7. Fix set ZVM_KEYTIMEOUT not working.
  8. Fix input ^ under the insert mode was corrupted.
  9. Better visual-line mode and highlighting.
  10. Better exchange point(cursor) and mark.

Welcome to update to this version!

v0.4.0

31 Dec 15:07
Compare
Choose a tag to compare

🎉 Hello world, I'm a new release for better work!

  1. Support adding/changing/yanking surrounds
  2. Support adding/changing/yanking surrounded text objetct.
  3. Support changing the case of surrounded text object.
  4. Support moving around surrounds.
  5. Better keybindings and key response speed.
  6. Support 2 kinds of surround operating keybindings, classic mode
    (verb->s->surround) or s-prefix mode (s->verb->surround).
  7. Fix surround of double quotes not working.
  8. Fix the grep compatibility issue on MacOS (#1).
  9. Fix wrong region highlight issue.

Welcome to update to this version!

v0.3.0

15 Dec 15:35
Compare
Choose a tag to compare

🎉 Hello world, I'm a new release for better work!

  1. Support whitespace surround.
  2. Fix highlights are not turned off properly.
  3. Fix adding surround for selection not working.
  4. Fix using ESC to exit to change surround not working.
  5. Fix configuring plugin not working.
  6. Reivse xterm cursor control characters.

Welcome to update to this version!

v0.2.0

15 Dec 03:10
Compare
Choose a tag to compare

🎉 Hello world, I'm a new release for better work!

  1. Support surround objects (brackets, quotes).
  2. Support paste in visual surround mode.
  3. Fix cursor backward when exiting insert mode.

Welcome to update to this version!

v0.1.0

13 Dec 01:48
Compare
Choose a tag to compare

🎉 Hello world, I'm the first release for better work!

From now on, you can use this plugin to input command line conveniently in Zsh.