diff --git a/.config/tmux/tmux_binds.conf b/.config/tmux/tmux_binds.conf index 2577479..ef3c724 100644 --- a/.config/tmux/tmux_binds.conf +++ b/.config/tmux/tmux_binds.conf @@ -27,5 +27,8 @@ bind-key 'o' if-shell "$is_vim" 'send-keys F8' 'select-pane -R' unbind s 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 bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 100% -h 100% "lazygit"