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.
This commit is contained in:
2022-10-11 00:43:27 +02:00
parent faddf9dbb1
commit f7c43d5044

View File

@@ -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