Switch from tmux to zellij
Also remapped some nvim and zsh keybinds to not conflict with zellij
This commit is contained in:
parent
df45dea143
commit
7136b447f9
8 changed files with 48 additions and 17 deletions
11
home/.config/zellij/config.kdl
Normal file
11
home/.config/zellij/config.kdl
Normal file
|
@ -0,0 +1,11 @@
|
|||
theme "kanagawa"
|
||||
|
||||
keybinds {
|
||||
unbind "Ctrl g"
|
||||
locked {
|
||||
bind "Ctrl l" { SwitchToMode "Normal"; }
|
||||
}
|
||||
shared_except "locked" {
|
||||
bind "Ctrl l" { SwitchToMode "Locked"; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue