This commit is contained in:
foozzi 2024-01-12 23:17:01 -05:00
parent 014341cb97
commit b9dbb33b4a

View file

@ -8,4 +8,7 @@ bindings = [
# tmux resurrect plugin # tmux resurrect plugin
{key = "R", mods = "Alt", chars = "\u0001\u0012" }, {key = "R", mods = "Alt", chars = "\u0001\u0012" },
{key = "S", mods = "Alt", chars = "\u0001\u0013" }, {key = "S", mods = "Alt", chars = "\u0001\u0013" },
{key = "V", mods = "Control", action = "Paste"},
{key = "C", mods = "Control", action = "Copy"}
] ]