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:
@@ -46,7 +46,7 @@ zle -N zle-line-finish
|
|||||||
|
|
||||||
bindkey '^H' run-help
|
bindkey '^H' run-help
|
||||||
bindkey '^E' edit-command-line
|
bindkey '^E' edit-command-line
|
||||||
bindkey '^3' pound-insert
|
bindkey '^S' vi-pound-insert
|
||||||
|
|
||||||
## Navigation
|
## Navigation
|
||||||
bindkey '^[[Z' reverse-menu-complete # shift-tab
|
bindkey '^[[Z' reverse-menu-complete # shift-tab
|
||||||
|
|||||||
Reference in New Issue
Block a user