chore(tmux): lazygit plugin for tmux

This commit is contained in:
2024-11-28 18:33:37 +00:00
parent 2ff14f2f5f
commit 9849cd9a34
2 changed files with 7 additions and 13 deletions

View File

@@ -27,6 +27,6 @@ bind-key 'o' if-shell "$is_vim" 'send-keys F8' 'select-pane -R'
unbind s
bind-key 's' display-popup -E -w 90% -h 90% "~/.local/bin/tms"
#Lazygit
unbind g
bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 95% -h 95% "lazygit"
#Lazygit (now taken care of by plugins)
# unbind g
# bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 95% -h 95% "lazygit"