diff --git a/.config/tmux/tmux_binds.conf b/.config/tmux/tmux_binds.conf index c5574b8..4ab8df1 100644 --- a/.config/tmux/tmux_binds.conf +++ b/.config/tmux/tmux_binds.conf @@ -27,6 +27,5 @@ 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 (now taken care of by plugins) -# unbind g -# bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 95% -h 95% "lazygit" +unbind g +bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 100% -h 100% "lazygit" diff --git a/.config/tmux/tmux_plugins.conf b/.config/tmux/tmux_plugins.conf index 266b34d..b46202c 100644 --- a/.config/tmux/tmux_plugins.conf +++ b/.config/tmux/tmux_plugins.conf @@ -4,7 +4,6 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'niqodea/tmux-matryoshka' -set -g @plugin 'AngryMorrocoy/tmux-neolazygit' set -g @plugin 'laktak/extrakto' set -g @plugin 'Morantron/tmux-fingers'