mirror of
https://github.com/akelge/zsh
synced 2025-07-16 18:42:10 +00:00
New version of zsh startup files:
- Supports Darwin AND Linux - No more .zshrc.local - New completion (BETA)
This commit is contained in:
14
zsh.d/20-bindkeys
Normal file
14
zsh.d/20-bindkeys
Normal 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 :
|
Reference in New Issue
Block a user