chore(tmux): added prefix+t as theme changer
This commit is contained in:
parent
bcca9f7f29
commit
0470585dee
1 changed files with 3 additions and 0 deletions
|
@ -27,5 +27,8 @@ bind-key 'o' if-shell "$is_vim" 'send-keys F8' 'select-pane -R'
|
||||||
unbind s
|
unbind s
|
||||||
bind-key 's' display-popup -E -w 60% -h 40% "~/.local/bin/tms"
|
bind-key 's' display-popup -E -w 60% -h 40% "~/.local/bin/tms"
|
||||||
|
|
||||||
|
unbind t
|
||||||
|
bind-key 't' display-popup -E -w 60% -h 40% "~/.local/bin/change-theme.sh"
|
||||||
|
|
||||||
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 100% -h 100% "lazygit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue