mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-19 06:13:07 +03:00
Ticket #4149: add 'alacritty', 'tmux', 'tmux-256color' as xterm aliases
'alacritty', 'tmux' and 'tmux-256color' all implement Shift+F<N> keys in an xterm-compatible way. Without this change Shift+F<N> are handled as F<N-2> key presses. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
52be505d69
commit
bad1523378
@ -116,6 +116,9 @@ alt-shift-left=\\e[1\;4D
|
||||
alt-shift-up=\\e[1\;4A
|
||||
alt-shift-down=\\e[1\;4B
|
||||
|
||||
[terminal:alacritty]
|
||||
copy=xterm
|
||||
|
||||
[terminal:gnome]
|
||||
copy=xterm
|
||||
|
||||
@ -137,6 +140,12 @@ copy=xterm
|
||||
[terminal:screen-256color]
|
||||
copy=xterm
|
||||
|
||||
[terminal:tmux]
|
||||
copy=xterm
|
||||
|
||||
[terminal:tmux-256color]
|
||||
copy=xterm
|
||||
|
||||
[terminal:ibmpc3]
|
||||
f11=\\e[Y
|
||||
f12=\\e[Z
|
||||
|
Loading…
x
Reference in New Issue
Block a user