Mercurial > dotfiles
comparison dot_zshrc @ 537:0cc89a031281
map ctrl-u to push command to next prompt in zsh
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 27 Jan 2022 14:19:35 +0100 |
parents | 87f5a409ee83 |
children | 8e2e42add3af |
comparison
equal
deleted
inserted
replaced
536:87f5a409ee83 | 537:0cc89a031281 |
---|---|
81 bindkey "$terminfo[kcud1]" history-substring-search-down | 81 bindkey "$terminfo[kcud1]" history-substring-search-down |
82 bindkey '^p' history-substring-search-up | 82 bindkey '^p' history-substring-search-up |
83 bindkey '^n' history-substring-search-down | 83 bindkey '^n' history-substring-search-down |
84 | 84 |
85 bindkey '^f' autosuggest-accept | 85 bindkey '^f' autosuggest-accept |
86 | |
87 bindkey '^u' push-line-or-edit | |
86 | 88 |
87 zmodload zsh/complist | 89 zmodload zsh/complist |
88 bindkey -M menuselect 'h' vi-backward-char | 90 bindkey -M menuselect 'h' vi-backward-char |
89 bindkey -M menuselect 'k' vi-up-line-or-history | 91 bindkey -M menuselect 'k' vi-up-line-or-history |
90 bindkey -M menuselect 'j' vi-down-line-or-history | 92 bindkey -M menuselect 'j' vi-down-line-or-history |