You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
375 B
11 lines
375 B
# 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
|