.cshrc: add more key bindings

Submitted by:	Thomas Siegmund
This commit is contained in:
Franco Fichtner 2014-11-09 14:52:58 +01:00 committed by Franco Fichtner
parent 7b9392c69d
commit 4f322c42d0
2 changed files with 8 additions and 0 deletions

View file

@ -38,6 +38,10 @@ if ($?prompt) then
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
bindkey "\e[1~" beginning-of-line
bindkey "\e[2~" overwrite-mode
bindkey "\e[3~" delete-char
bindkey "\e[4~" end-of-line
endif
endif

View file

@ -39,6 +39,10 @@ if ($?prompt) then
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
bindkey "\e[1~" beginning-of-line
bindkey "\e[2~" overwrite-mode
bindkey "\e[3~" delete-char
bindkey "\e[4~" end-of-line
endif
endif