Compare commits

...

2 commits

Author SHA1 Message Date
20453cfebe
add vlc media player 2026-04-18 18:07:59 -04:00
6f5fc5c229
add zellij keybinds for floating jj windows 2026-04-18 17:04:04 -04:00
2 changed files with 31 additions and 0 deletions

View file

@ -8,6 +8,7 @@
mochi mochi
ticktick ticktick
gimp gimp
vlc
]; ];
} }
) )

View file

@ -74,6 +74,20 @@
bind "Alt l" { MoveFocus "Right"; } bind "Alt l" { MoveFocus "Right"; }
bind "Alt f" { ToggleFloatingPanes; } bind "Alt f" { ToggleFloatingPanes; }
bind "Alt n" { NewPane; } bind "Alt n" { NewPane; }
bind "Alt g" {
Run "sh" "-c" "jj log --color always | less -R" {
name " JJ Log "
floating true
close_on_exit true
}
}
bind "Alt s" {
Run "sh" "-c" "jj st --color always | less -R" {
name " JJ Status "
floating true
close_on_exit true
}
}
} }
locked { locked {
@ -99,6 +113,22 @@
bind "s" { SwitchToMode "Scroll"; } bind "s" { SwitchToMode "Scroll"; }
bind "d" { Detach; } bind "d" { Detach; }
bind "q" { Quit; } bind "q" { Quit; }
bind "g" {
Run "sh" "-c" "jj log --color always | less -R" {
name " JJ Log "
floating true
close_on_exit true
};
SwitchToMode "Locked";
}
bind "s" {
Run "sh" "-c" "jj st --color always | less -R" {
name " JJ Status "
floating true
close_on_exit true
};
SwitchToMode "Locked";
}
} }
scroll { scroll {