switch lazyjj -> jjui

This commit is contained in:
gwg313 2026-04-20 15:02:46 -04:00
parent fa791cd360
commit b9bf16ba55
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@
perSystem = perSystem =
{ pkgs, ... }: { pkgs, ... }:
{ {
formatter = pkgs.nixfmt; formatter = pkgs.nixfmt-tree;
}; };
imports = [ imports = [
(inputs.import-tree ./modules/top) (inputs.import-tree ./modules/top)

View file

@ -79,7 +79,7 @@
bind -N "+^+t join pane" J join-pane -t 1 bind -N "+^+t join pane" J join-pane -t 1
bind -N "+e editor" E new-window -S -n '📝' 'nvim +GoToFile' bind -N "+e editor" E new-window -S -n '📝' 'nvim +GoToFile'
bind -N "+g lazyjj" g new-window -S -n '🌳' 'lazyjj' bind -N "+g jjui" g new-window -S -n '🌳' 'jjui'
bind -N "++Q kill current session" Q kill-session bind -N "++Q kill current session" Q kill-session
bind -N "++T break pane" B break-pane bind -N "++T break pane" B break-pane
@ -116,7 +116,7 @@
fzf fzf
fd fd
zoxide zoxide
lazyjj jjui
]; ];
programs.zsh = { programs.zsh = {