Releases: jeffreytse/zsh-vi-mode
Releases · jeffreytse/zsh-vi-mode
v0.6.0
🎉 Hello world, I'm a new release for better work!
- Better highlighting functionality.
- Support to execute extra commands (#4).
- Support lazy loading to improve startup speed.
- Support custom escape key (e.g.
jj
,jk
, etc.). - Support increment and decrement (e.g.
Number
,Boolean
,Operator
, etc.). - Support setting cursor style (e.g.
Block
,Underline
,Blinking Beam
, etc.) (#6). - Support cursor style in tmux over ssh.
- Fix some known issues.
Welcome to update to this version!
v0.5.0
🎉 Hello world, I'm a new release for better work!
- Fix prompt not redraw when changing keymap (#2).
- Fix region highlight related issues.
- Better
yank/delete/change
functionality . - Better selecting/substituting surrounded text object.
- Optimize and improve the startup speed.
- Fix the weird confict with the
starship
plugin. - Fix set
ZVM_KEYTIMEOUT
not working. - Fix input
^
under the insert mode was corrupted. - Better visual-line mode and highlighting.
- Better exchange point(cursor) and mark.
Welcome to update to this version!
v0.4.0
🎉 Hello world, I'm a new release for better work!
- Support adding/changing/yanking surrounds
- Support adding/changing/yanking surrounded text objetct.
- Support changing the case of surrounded text object.
- Support moving around surrounds.
- Better keybindings and key response speed.
- Support 2 kinds of surround operating keybindings,
classic
mode
(verb->s->surround) ors-prefix
mode (s->verb->surround). - Fix surround of double quotes not working.
- Fix the
grep
compatibility issue on MacOS (#1). - Fix wrong region highlight issue.
Welcome to update to this version!
v0.3.0
🎉 Hello world, I'm a new release for better work!
- Support whitespace surround.
- Fix highlights are not turned off properly.
- Fix adding surround for selection not working.
- Fix using
ESC
to exit to change surround not working. - Fix configuring plugin not working.
- Reivse xterm cursor control characters.
Welcome to update to this version!
v0.2.0
🎉 Hello world, I'm a new release for better work!
- Support surround objects (brackets, quotes).
- Support paste in visual surround mode.
- Fix cursor backward when exiting insert mode.
Welcome to update to this version!
v0.1.0
🎉 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.