mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
fix: alacritty bindings
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user