[tmux] remove lazygit plugin

This commit is contained in:
Afonso Franco 2024-12-15 23:46:32 +00:00
parent c647e812be
commit 94dc8458d0
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -4,7 +4,6 @@
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'niqodea/tmux-matryoshka' set -g @plugin 'niqodea/tmux-matryoshka'
set -g @plugin 'AngryMorrocoy/tmux-neolazygit'
set -g @plugin 'laktak/extrakto' set -g @plugin 'laktak/extrakto'
set -g @plugin 'Morantron/tmux-fingers' set -g @plugin 'Morantron/tmux-fingers'