Tmux: Add popup for LazyGit

This commit is contained in:
Tony Grosinger 2024-05-29 10:22:47 -07:00
parent c36a92b17a
commit 500932d68c

View File

@ -10,6 +10,9 @@ bind-key r source-file ~/.tmux.conf\; display-message "Reloaded config"
### Toggle Mouse Mode
bind-key m set-window-option mouse\; display-message "mouse support is now #{?mouse,on,off}"
### Open LazyGit in a popup
bind-key g display-popup -E -w 90% -h 90% lazygit
# New panes and windows have same cwd as the one opening it
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"