diff 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
line wrap: on
line diff
--- 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