[tmux] remove lazygit plugin
This commit is contained in:
parent
c647e812be
commit
94dc8458d0
2 changed files with 2 additions and 4 deletions
|
@ -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"
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue