From 2d93535296c239557ac997c9745cb7d63069c8e7 Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Thu, 10 Jul 2025 14:05:58 +0200 Subject: [PATCH] Add tmux displays --- nix/user/sh.nix | 1 + nix/user/tmux.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/user/sh.nix b/nix/user/sh.nix index 61b2265..8d0a0b9 100644 --- a/nix/user/sh.nix +++ b/nix/user/sh.nix @@ -93,6 +93,7 @@ home.shellAliases = lib.mkMerge [ { open = "explorer.exe ."; + lst = "lsd --tree"; } ]; } diff --git a/nix/user/tmux.nix b/nix/user/tmux.nix index 303b712..bb04de0 100644 --- a/nix/user/tmux.nix +++ b/nix/user/tmux.nix @@ -26,7 +26,9 @@ bind c new-window -a -c "#{pane_current_path}" bind C-s display-popup -E "zsh ~/bin/tmuxp_selector.sh" - bind C-g display-popup -E -d "#{pane_current_path}" -xC -yC -w 80% -h 75% "lazygit" + bind C-g display-popup -E -d "#{pane_current_path}" -xC -yC -w 95% -h 95% "lazygit" + bind C-t display-popup -E -xC -yC -w 95% -h 95% "tasksquire" + bind C-n display-popup -E -xC -yC -w 95% -h 95% "vim /mnt/c/Users/marti/Documents/notes/Work/quick_notes.md" ####################################### # status line