commit 0baeda320675ee72032ff67e46203c6401b5c59a parent 76cc4647f1f6b64e5110e3333dd72c946913dd96 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 10 Jun 2018 13:29:20 -0400 Bind C-Space for accept autosuggest, C-_ for execute autosuggest Diffstat:
M | links/.zshrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/links/.zshrc b/links/.zshrc @@ -49,8 +49,8 @@ bindkey "^j" history-beginning-search-backward bindkey "^k" history-beginning-search-forward bindkey '^P' up-line-or-search bindkey '^N' down-line-or-search -#bindkey '^ ' autosuggest-accept # accept suggestion with ctrl+space -bindkey '^ ' autosuggest-execute # accept suggestion with ctrl+space +bindkey '^ ' autosuggest-accept +bindkey '^_' autosuggest-execute # use Ctrl-Z as fg _foreground() {