[tmux] lazygit plugin for tmux
This commit is contained in:
parent
c8ba56a524
commit
1276307cc3
2 changed files with 7 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -3,20 +3,14 @@
|
|||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
#set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'sainnhe/tmux-fzf'
|
||||
set -g @plugin 'niqodea/tmux-matryoshka'
|
||||
#set -g @plugin 'tomhey/tmux-remote-sessions'
|
||||
set -g @plugin 'AngryMorrocoy/tmux-neolazygit'
|
||||
set -g @plugin 'laktak/extrakto'
|
||||
set -g @plugin 'Morantron/tmux-fingers'
|
||||
|
||||
# Plugin settings
|
||||
#set -g @catppuccin_flavour 'latte'
|
||||
#set -g @catppuccin_window_tabs_enabled on
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
#set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '5'
|
||||
#set -g @continuum-boot 'on'
|
||||
#set -g @continuum-boot-options 'alacritty'
|
||||
set -g @open-lazygit 'g'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue