The modules uses zsh-autosuggestions as an external submodule and defines useful keybindings for vi-mode.pull/1060/head
parent
7227c4f0be
commit
ac3186df63
@ -0,0 +1,10 @@
|
||||
# ZSH Autosuggestions
|
||||
|
||||
This plugin enables [zsh-autosuggestions](https://github.com/tarruda/zsh-autosuggestions) and adds
|
||||
vi-mode compatible keybindings.
|
||||
|
||||
## Keybindings
|
||||
|
||||
* `CTRL-F` is bound to `vi-forward-word`, it is equivalent to hitting `w` in vim and accepts the
|
||||
suggestion word by word
|
||||
* `CTRL-K` is bound to `vi-end-of-line` which effectively accepts the suggestion
|
@ -0,0 +1 @@
|
||||
Subproject commit 7a00bfa444fcd474bce9c56119d573afa2b51aba
|
Loading…
Reference in new issue