mirror of
https://github.com/akelge/zsh
synced 2025-08-13 22:08:18 +00:00
Add ST keybindings
This commit is contained in:
@ -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 :
|
||||||
|
Reference in New Issue
Block a user