Add these key bindings for tcsh users in interactive mode:
bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current
This commit is contained in:
parent
d113d3857e
commit
64ca32560d
@ -27,4 +27,9 @@ if ($?prompt) then
|
||||
set history = 100
|
||||
set savehist = 100
|
||||
set mail = (/var/mail/$USER)
|
||||
if ( $?tcsh ) then
|
||||
bindkey "^W" backward-delete-word
|
||||
bindkey -k up history-search-backward
|
||||
bindkey -k down history-search-forward
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user