From b9bf16ba559f9726ecc06303370c432a591bbf0b Mon Sep 17 00:00:00 2001 From: gwg313 Date: Mon, 20 Apr 2026 15:02:46 -0400 Subject: [PATCH] switch lazyjj -> jjui --- flake.nix | 2 +- modules/features/programs/cli/cli-tmux.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ef36bd6..95584a4 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ perSystem = { pkgs, ... }: { - formatter = pkgs.nixfmt; + formatter = pkgs.nixfmt-tree; }; imports = [ (inputs.import-tree ./modules/top) diff --git a/modules/features/programs/cli/cli-tmux.nix b/modules/features/programs/cli/cli-tmux.nix index 57fbf40..e581091 100644 --- a/modules/features/programs/cli/cli-tmux.nix +++ b/modules/features/programs/cli/cli-tmux.nix @@ -79,7 +79,7 @@ bind -N "⌘+^+t join pane" J join-pane -t 1 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 "⌘+⇧+T break pane" B break-pane @@ -116,7 +116,7 @@ fzf fd zoxide - lazyjj + jjui ]; programs.zsh = {