Accepting request 805520 from shells
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/805520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=72
This commit is contained in:
commit
3053e85618
17
bindkey.tcsh
17
bindkey.tcsh
@ -31,12 +31,17 @@ bindkey "^[[3~" delete-char
|
|||||||
bindkey "^[[4~" end-of-line
|
bindkey "^[[4~" end-of-line
|
||||||
bindkey "^[[5~" history-search-backward
|
bindkey "^[[5~" history-search-backward
|
||||||
bindkey "^[[6~" history-search-forward
|
bindkey "^[[6~" history-search-forward
|
||||||
bindkey "^M[1~" beginning-of-line
|
if ( ${?MC_SID} == 0 ) then
|
||||||
bindkey "^M[2~" yank
|
#
|
||||||
bindkey "^M[3~" delete-char
|
# Those bindings interfere with Midnight Commander
|
||||||
bindkey "^M[4~" end-of-line
|
#
|
||||||
bindkey "^M[5~" history-search-backward
|
bindkey "^M[1~" beginning-of-line
|
||||||
bindkey "^M[6~" history-search-forward
|
bindkey "^M[2~" yank
|
||||||
|
bindkey "^M[3~" delete-char
|
||||||
|
bindkey "^M[4~" end-of-line
|
||||||
|
bindkey "^M[5~" history-search-backward
|
||||||
|
bindkey "^M[6~" history-search-forward
|
||||||
|
endif
|
||||||
bindkey -r "\233"
|
bindkey -r "\233"
|
||||||
bindkey "\2331~" beginning-of-line
|
bindkey "\2331~" beginning-of-line
|
||||||
bindkey "\2332~" yank
|
bindkey "\2332~" yank
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 7 08:22:30 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Better support of Midnight Commander (bsc#1170527)
|
||||||
|
* Do avoid locked mc/tcsh pair each waiting on the other
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 12:25:05 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
Mon Feb 24 12:25:05 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user