✨ Add Alacritty binding for tmux copy-mode
Added Cmd-Esc key binding to enter tmux copy mode.
This commit is contained in:
parent
a936622dbe
commit
f768faed0d
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ import = [
|
|||
# Popup term.
|
||||
{ key = 'i', mods = 'Command', chars = "\u0001\u0069" },
|
||||
|
||||
# Copy mode.
|
||||
{ key = 'Escape', mods = 'Command', chars = "\u0001\u001B" },
|
||||
|
||||
# Install plugins.
|
||||
{ key = 'i', mods = 'Command|Shift', chars = "\u0001\u0049" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue