diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 313055e..197a04b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -23,6 +23,8 @@ bind-key c-p switch-client -l bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit bind c-t popup -E -w 100% -h 100% -b rounded -d "#{pane_current_path}" bind c-s popup -E -w 100% -h 100% -b rounded "sesh" +bind c-b popup -E -w 100% -h 100% -b rounded "btop" +bind c-f popup -E -w 100% -h 100% -b rounded "xplr" bind c-x confirm-before -p "Kill current session #S? (y/n)" kill-session bind j command-prompt -p "Join window:" "join-pane -h -s %1"