mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
.cshrc: add more key bindings
Submitted by: Thomas Siegmund
This commit is contained in:
parent
7b9392c69d
commit
4f322c42d0
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
|
||||
|
|
|
|||
|
|
@ -39,6 +39,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