adapts zellij config

This commit is contained in:
Dennis 2025-12-15 13:59:10 +01:00
parent 38a36bb3d7
commit 0d329c090a
2 changed files with 12 additions and 3 deletions

View file

@ -32,10 +32,10 @@
fd . ~/dev/ride/apps/frontend/projects -t d -d 1;
fd . ~/dev/ride/apps/native -t d -d 1;
fd . ~/dev/ride/packages -t d -d 1;
fd . ~/dev -t d -d 1;
echo "$HOME/dev/ride/apps/frontend";
echo "$HOME/dev/ride/apps/lib";
echo "$HOME/dev/ride/apps/packages";
echo "$HOME/dev/ride";
end
else
fd . ~/dev -t d -d 1

View file

@ -11,13 +11,22 @@ keybinds clear-defaults=true {
bind "t" { SwitchToMode "Tab"; }
bind "/" { SwitchToMode "Scroll"; }
// Plugins
bind "s" {
// Plugins / Tools
bind "w" {
LaunchOrFocusPlugin "session-manager" {
floating true
move_to_focused_tab true
};
SwitchToMode "Locked"
}
bind "s" { Run "sessionizer" {
close_on_exit true
floating true
x "20%"
y "20%"
width "60%"
height "60%"
}; SwitchToMode "locked"; }
// Global keybindings
bind "c" { NewTab; SwitchToMode "Locked"; }