summaryrefslogtreecommitdiffstats
path: root/share/skel
diff options
context:
space:
mode:
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.cshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index 2513da9..89993ec 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -26,4 +26,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
OpenPOWER on IntegriCloud