https://github.com/ninrod/nin-vi-mode-static-cursor
nin-vi-mode but without the dynamic cursor things
https://github.com/ninrod/nin-vi-mode-static-cursor
Last synced: 2 months ago
JSON representation
nin-vi-mode but without the dynamic cursor things
- Host: GitHub
- URL: https://github.com/ninrod/nin-vi-mode-static-cursor
- Owner: ninrod
- Created: 2016-08-19T02:14:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T02:15:09.000Z (almost 10 years ago)
- Last Synced: 2025-02-26T13:13:11.987Z (over 1 year ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NIN-VI-MODE
This plugin increases ZLE, the zsh line editor, `vi-like` capabilities.
## Usage
Type a word, ``, and `gUiw`. Yes, it works.
## Install
Recommended method: [zplug](http://github.com/zplug/zplug). just add this to your `.zshrc`:
```sh
zplug "ninrod/nin-vi-mode"
```
## Mode indicators
I provide none. I find it too distracting. The only indicator you'll have will be the cursor shape.
It's a block in normal mode and a line shape in insert mode.
## Vim edition: for when things get hairy
I've bound normal mode `gs` to fire up `vim` so you can edit your command with full vimmic powers.