Add Alacritty binding for tmux copy-mode

Added Cmd-Esc key binding to enter tmux copy mode.
This commit is contained in:
punkfairie 2024-02-06 21:43:34 -08:00
parent a936622dbe
commit f768faed0d
No known key found for this signature in database
GPG key ID: 0858B0F48128A755

View file

@ -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" },