mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-12-26 07:43:06 +00:00
Merge pull request #1094 from jeffreytse/master
docs: add `zsh-vi-mode` plugin
This commit is contained in:
commit
fb6323db3c
1 changed files with 1 additions and 0 deletions
|
@ -914,6 +914,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
* [venv-lite](https://github.com/gimbo/venv-lite.zsh) - A super-lightweight sort-of-clone of [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/); it pretty much expects you to be using [pyenv](https://github.com/pyenv/pyenv) (though you don't *have* to), and because it's based on the [`venv` module](https://docs.python.org/3/library/venv.html), (creation) only works for python >= 3.3.
|
||||
* [venv-wrapper](https://github.com/glostis/venv-wrapper) - Provides ZSH functions to ease the management of your virtual environments using `venv`.
|
||||
* [vi-increment](https://github.com/zsh-vi-more/vi-increment) - Add `vim`-like increment/decrement operations.
|
||||
* [vi-mode (jeffreytse)](https://github.com/jeffreytse/zsh-vi-mode) - 💻 A better and friendly vi(vim) mode plugin for ZSH.
|
||||
* [vi-mode (Nyquase)](https://github.com/Nyquase/vi-mode) Add extra `vi`-like functionality.
|
||||
* [vi-mode (sinetoami)](https://github.com/sinetoami/vi-mode) - Add more `vi`-like functionality to ZSH.
|
||||
* [vi-motions](https://github.com/zsh-vi-more/vi-motions) - Add new motions and text objects including quoted/bracketed text and commands.
|
||||
|
|
Loading…
Reference in a new issue