mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Fix keybindings in vscode
This commit is contained in:
@ -11,12 +11,16 @@ bindkey "^X^E" edit-command-line
|
|||||||
|
|
||||||
bindkey "^S" kill-line
|
bindkey "^S" kill-line
|
||||||
bindkey "^U" backward-kill-line
|
bindkey "^U" backward-kill-line
|
||||||
|
bindkey "\e[3~" delete-char
|
||||||
|
|
||||||
# Useful under iTerm
|
# Useful under iTerm
|
||||||
bindkey "-e"
|
bindkey "-e"
|
||||||
|
bindkey "\e[H" beginning-of-line
|
||||||
bindkey "\e[1~" beginning-of-line
|
bindkey "\e[1~" beginning-of-line
|
||||||
|
|
||||||
|
bindkey "\e[F" end-of-line
|
||||||
bindkey "\e[4~" end-of-line
|
bindkey "\e[4~" end-of-line
|
||||||
bindkey "\e[3~" delete-char
|
|
||||||
bindkey "\e[A" history-search-backward
|
bindkey "\e[A" history-search-backward
|
||||||
bindkey "\e[B" history-search-forward
|
bindkey "\e[B" history-search-forward
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user