2
0
Fork 0
mirror of https://github.com/unixorn/awesome-zsh-plugins synced 2024-12-26 07:43:06 +00:00

Merge pull request from jeffreytse/master

docs: add `zsh-vi-mode` plugin
This commit is contained in:
Joe Block 2020-12-26 07:34:09 -07:00 committed by GitHub
commit fb6323db3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.