Add ST keybindings

This commit is contained in:
Andrea Mistrali 2022-01-18 09:29:01 +01:00
parent 4df8afd81f
commit 5932577a7d
No known key found for this signature in database
GPG Key ID: 6FB0A77F6D5DA9B2
1 changed files with 4 additions and 0 deletions

View File

@ -24,4 +24,8 @@ bindkey "\e[4~" end-of-line
bindkey "\e[A" history-search-backward bindkey "\e[A" history-search-backward
bindkey "\e[B" history-search-forward bindkey "\e[B" history-search-forward
# Required by Terminus in Sublime Text
bindkey "\e[1;3C" forward-word
bindkey "\e[1;3D" backward-word
# vim: set ts=4 sw=4 tw=0 ft=zsh : # vim: set ts=4 sw=4 tw=0 ft=zsh :