Add tmux displays
This commit is contained in:
@ -93,6 +93,7 @@
|
|||||||
|
|
||||||
home.shellAliases = lib.mkMerge [ {
|
home.shellAliases = lib.mkMerge [ {
|
||||||
open = "explorer.exe .";
|
open = "explorer.exe .";
|
||||||
|
lst = "lsd --tree";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user