1
0
mirror of https://github.com/akelge/vim synced 2025-08-16 15:48:40 +00:00

New ZSH folder (3)

This commit is contained in:
2010-11-18 08:54:27 +00:00
parent 5b09568680
commit afbedd3eee
15 changed files with 0 additions and 0 deletions

14
zsh/zsh.d/20-bindkeys Normal file
View File

@ -0,0 +1,14 @@
#######################################################################################
# Useful under iTerm
bindkey "-e"
bindkey "\e[1~" beginning-of-line
bindkey "\e[4~" end-of-line
bindkey "\e[3~" delete-char
bindkey "\eOA" history-search-backward
bindkey "\eOB" history-search-forward
bindkey "\e[A" history-search-backward
bindkey "\e[B" history-search-forward
bindkey "\e[5D" backward-word
bindkey "\e[5C" forward-word
bindkey "" vi-backward-kill-word
# vim: set ts=4 sw=4 tw=0 ft=zsh :