(no title)
notpublic | 3 months ago
# ~/.tmux.conf
bind-key C-g display-popup -E -d "#{pane_current_path}" -xC -yC -w 80% -h 75% "lazygit"
Then, in tmux: ctrl-b ctrl-g will open a popup window with lazygit
q to quitnotpublic | 3 months ago
# ~/.tmux.conf
bind-key C-g display-popup -E -d "#{pane_current_path}" -xC -yC -w 80% -h 75% "lazygit"
Then, in tmux: ctrl-b ctrl-g will open a popup window with lazygit
q to quit
jmkmay|3 months ago