From f7c43d50447bb5b2d06c9acaed230b769e0fe8b7 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 11 Oct 2022 00:43:27 +0200 Subject: [PATCH] zsh:keys: Use `^s` for vi-pound-insert Change the binding from `^3` to `^s` and use vi-pound-insert as that one does not accept the line. --- .config/zsh/zshrc.d/60-keys.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/zshrc.d/60-keys.zsh b/.config/zsh/zshrc.d/60-keys.zsh index fa65eab..66c79e1 100644 --- a/.config/zsh/zshrc.d/60-keys.zsh +++ b/.config/zsh/zshrc.d/60-keys.zsh @@ -46,7 +46,7 @@ zle -N zle-line-finish bindkey '^H' run-help bindkey '^E' edit-command-line -bindkey '^3' pound-insert +bindkey '^S' vi-pound-insert ## Navigation bindkey '^[[Z' reverse-menu-complete # shift-tab