Add tmux displays

This commit is contained in:
Martin Pander
2025-07-10 14:05:58 +02:00
parent d33e403915
commit 2d93535296
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,7 @@
home.shellAliases = lib.mkMerge [ { home.shellAliases = lib.mkMerge [ {
open = "explorer.exe ."; open = "explorer.exe .";
lst = "lsd --tree";
} }
]; ];
} }

View File

@ -26,7 +26,9 @@
bind c new-window -a -c "#{pane_current_path}" bind c new-window -a -c "#{pane_current_path}"
bind C-s display-popup -E "zsh ~/bin/tmuxp_selector.sh" 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 # status line