Switch from tmux to zellij

Also remapped some nvim and zsh keybinds to not conflict with zellij
This commit is contained in:
Marko Korhonen 2024-02-04 10:15:36 +02:00
parent df45dea143
commit 7136b447f9
8 changed files with 48 additions and 17 deletions

View 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"; }
}
}

View 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"
}
}