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"; }
|
||||
}
|
||||
}
|
15
home/.config/zellij/themes/kanagawa.kdl
Normal file
15
home/.config/zellij/themes/kanagawa.kdl
Normal file
|
@ -0,0 +1,15 @@
|
|||
themes {
|
||||
kanagawa {
|
||||
fg "#dcd7ba"
|
||||
bg "#1f1f28"
|
||||
black "#090618"
|
||||
red "#c34043"
|
||||
green "#76946a"
|
||||
yellow "#c0a36e"
|
||||
blue "#7e9cd8"
|
||||
magenta "#957fb8"
|
||||
cyan "#6a9589"
|
||||
white "#c8c093"
|
||||
orange "#ffa066"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue