From 6b2a03222b160bcabcb2112257cd46facb7e17ae Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 20 Feb 2022 23:48:59 +0100 Subject: [PATCH] zsh:keys: Bind `^3` to `pound-insert` --- .config/zsh/zshrc.d/60-keys.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/zshrc.d/60-keys.zsh b/.config/zsh/zshrc.d/60-keys.zsh index 6608393..859bdf6 100644 --- a/.config/zsh/zshrc.d/60-keys.zsh +++ b/.config/zsh/zshrc.d/60-keys.zsh @@ -46,6 +46,7 @@ zle -N zle-line-finish bindkey '^H' run-help bindkey '^E' edit-command-line +bindkey '^3' pound-insert ## Navigation bindkey '^[[Z' reverse-menu-complete # shift-tab