prezto/modules/autosuggestions
Tobias Witt ac3186df63
Add autosuggestions module
The modules uses zsh-autosuggestions as an external submodule and defines
useful keybindings for vi-mode.
2016-01-07 10:55:59 +01:00
..
external Add autosuggestions module 2016-01-07 10:55:59 +01:00
init.zsh Add autosuggestions module 2016-01-07 10:55:59 +01:00
README.md Add autosuggestions module 2016-01-07 10:55:59 +01:00

ZSH Autosuggestions

This plugin enables 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