mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
.cshrc: add more key bindings
Submitted by: Thomas Siegmund
This commit is contained in:
parent
72110eb6bd
commit
c98ed1a128
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue