# HG changeset patch # User Zeger Van de Vannet # Date 1643289575 -3600 # Node ID 0cc89a0312814b01f2f62b9c6b8e2163cc957faa # Parent 87f5a409ee833b47c3c1b503e0021c758f05b60f map ctrl-u to push command to next prompt in zsh diff -r 87f5a409ee83 -r 0cc89a031281 dot_zshrc --- a/dot_zshrc Thu Jan 27 09:27:53 2022 +0100 +++ b/dot_zshrc Thu Jan 27 14:19:35 2022 +0100 @@ -84,6 +84,8 @@ bindkey '^f' autosuggest-accept +bindkey '^u' push-line-or-edit + zmodload zsh/complist bindkey -M menuselect 'h' vi-backward-char bindkey -M menuselect 'k' vi-up-line-or-history