chore(tmux): lazygit plugin for tmux

This commit is contained in:
Afonso Franco 2024-11-28 18:33:37 +00:00
parent 2ff14f2f5f
commit 9849cd9a34
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
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"