zellij/alacritty: Ctrl+; sends F3 and switch to tmux mode

This commit is contained in:
2024-02-17 20:25:41 +01:00
parent 75c21332b8
commit 253baf505e
2 changed files with 8 additions and 0 deletions

View File

@ -14,3 +14,8 @@ family = "GoMono Nerd Font"
[font.normal]
family = "GoMono Nerd Font"
[keyboard]
bindings = [
{ key = ";", mods = "Control", chars = "\u001bOR" }
]