.cshrc: add more key bindings

Submitted by:	Thomas Siegmund
This commit is contained in:
Franco Fichtner 2014-11-09 14:52:58 +01:00
parent 72110eb6bd
commit c98ed1a128
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

@ -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