diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2001-01-10 02:37:16 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2001-01-10 02:37:16 +0000 |
| commit | 64ca32560de33b7d9e93ef9a226362c7dd105101 (patch) | |
| tree | 48274c570ff1c5c051927f849a18c270cd4a9686 /etc/root | |
| parent | d113d3857ef539b0206317d776bbeea622876756 (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 35fdbfbfc616..8469eba868c0 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -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 |
