chore(tmux): lazygit plugin for tmux
This commit is contained in:
parent
2ff14f2f5f
commit
9849cd9a34
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue