bin/csh: a bit chaotic this time

This commit is contained in:
Franco Fichtner 2019-12-09 17:14:56 +01:00
parent 977c2caf78
commit f3be637ed8
1 changed files with 4 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