me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

update zellij

author
Sean Aye
date (Dec 1, 2025, 8:48 AM -0500) commit 49eb27e6 parent 7fe21663 change-id sornzzkv
+6 -1
+6 -1
hosts/common/home.nix
··· 439 439 enable = true; 440 440 settings = { 441 441 keybinds = { 442 - unbind = [ "Ctrl q" ]; 442 + unbind = [ "Ctrl q" "Ctrl o" ]; 443 + normal = { 444 + "bind \"Ctrl m\"" = [ 445 + { SwitchToMode = "Session"; } 446 + ]; 447 + }; 443 448 }; 444 449 pane_frames = false; 445 450 ui = {