zellij/alacritty: Ctrl+; sends F3 and switch to tmux mode
This commit is contained in:
@ -125,6 +125,8 @@ keybinds clear-defaults=true {
|
||||
bind "Ctrl b" { Write 2; SwitchToMode "Normal"; }
|
||||
bind "\"" { NewPane "Down"; SwitchToMode "Normal"; }
|
||||
bind "%" { NewPane "Right"; SwitchToMode "Normal"; }
|
||||
bind "s" { NewPane "Down"; SwitchToMode "Normal"; }
|
||||
bind "v" { NewPane "Right"; SwitchToMode "Normal"; }
|
||||
bind "z" { ToggleFocusFullscreen; SwitchToMode "Normal"; }
|
||||
bind "c" { NewTab; SwitchToMode "Normal"; }
|
||||
bind "," { SwitchToMode "RenameTab"; }
|
||||
@ -181,6 +183,7 @@ keybinds clear-defaults=true {
|
||||
bind "Ctrl h" { SwitchToMode "Move"; }
|
||||
}
|
||||
shared_except "tmux" {
|
||||
bind "F3" { SwitchToMode "Tmux"; }
|
||||
bind "Ctrl b" { SwitchToMode "Tmux"; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user