zellij tweaks and session switching

This commit is contained in:
Noah Masur
2025-03-23 10:10:52 -04:00
parent 870ab6894d
commit b901b9abd9
8 changed files with 183 additions and 10 deletions

View File

@ -30,6 +30,13 @@ in
window-decoration = false;
macos-non-native-fullscreen = true;
fullscreen = true;
keybind = [
"super+t=unbind" # Pass super-t to underlying tool (e.g. zellij tabs)
"super+shift+]=unbind"
"super+shift+[=unbind"
"ctrl+tab=unbind"
"ctrl+shift+tab=unbind"
];
};
themes."gruvbox" = {
background = config.theme.colors.base00;