Fix keybindings in vscode

This commit is contained in:
Andrea Mistrali 2021-11-04 12:23:27 +01:00
parent 5482387eb3
commit 030a3b8aca
No known key found for this signature in database
GPG Key ID: 6FB0A77F6D5DA9B2
1 changed files with 5 additions and 1 deletions

View File

@ -11,12 +11,16 @@ bindkey "^X^E" edit-command-line
bindkey "^S" kill-line
bindkey "^U" backward-kill-line
bindkey "\e[3~" delete-char
# Useful under iTerm
bindkey "-e"
bindkey "\e[H" beginning-of-line
bindkey "\e[1~" beginning-of-line
bindkey "\e[F" end-of-line
bindkey "\e[4~" end-of-line
bindkey "\e[3~" delete-char
bindkey "\e[A" history-search-backward
bindkey "\e[B" history-search-forward