fix: alacritty bindings

This commit is contained in:
2026-01-24 23:54:14 +02:00
parent f2c562814a
commit 417d8701e2
2 changed files with 3 additions and 2 deletions

View File

@@ -230,13 +230,13 @@ chars = "\u00020"
# Previous tmux window: Cmd+Shift+[ (which is Cmd+{)
[[keyboard.bindings]]
key = "["
key = "{"
mods = "Command|Shift"
chars = "\u0002p"
# Next tmux window: Cmd+Shift+] (which is Cmd+})
[[keyboard.bindings]]
key = "]"
key = "}"
mods = "Command|Shift"
chars = "\u0002n"

View File

@@ -192,3 +192,4 @@ if is_linux; then
fi
alias lssh="lazyssh"
alias lvim="nvim -c':e#<1'"
alias cfg-reload="cp ~/.dotfiles/.config/sofmani.yml ~/.config/"