1
0
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:
2021-11-04 12:23:27 +01:00
parent 5482387eb3
commit 030a3b8aca

View File

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