Remove incorrect vi bindings
This commit is contained in:
13
README.md
13
README.md
@@ -86,13 +86,11 @@ starting point but was replaced as it uses some strange defaults.
|
||||
|
||||
#### `vicmd` Mode
|
||||
|
||||
Whole line operations for yank, change, and delete are enabled mode with `Y`,
|
||||
`C`, and `D` respectively. Undo and repo and enabled using `u` and `U`. Showing
|
||||
help for the command under the cursor with `<Esc>h` is replaced with `K`. The
|
||||
[Vim][vim] "Ex" mode binding `:` is disabled mode since is barely of use and
|
||||
easy to enter accidentally. Bindings for `k` and `j` integrate with
|
||||
[zsh-history-substring-search][search] performing up and down searches
|
||||
respectively.
|
||||
Undo and repo and enabled using `u` and `U`. Showing help for the command under
|
||||
the cursor with `<Esc>h` is replaced with `K`. The [Vim][vim] "Ex" mode binding
|
||||
`:` is disabled mode since is barely of use and easy to enter accidentally.
|
||||
Bindings for `k` and `j` integrate with [zsh-history-substring-search][search]
|
||||
performing up and down searches respectively.
|
||||
|
||||
#### Edit Command Line
|
||||
|
||||
@@ -129,3 +127,4 @@ Various aliases are defined at the end of [zshrc](zshrc) for convenience.
|
||||
[syntax]: https://github.com/zsh-users/zsh-syntax-highlighting
|
||||
[search]: https://github.com/zsh-users/zsh-history-substring-search
|
||||
[vim-mode]: https://github.com/sharat87/zsh-vim-mode
|
||||
[vim]: http://www.vim.org/
|
||||
|
||||
Reference in New Issue
Block a user