diff --git a/home/.tmux.conf b/home/.tmux.conf index 4968b4deb..a81f123af 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -114,6 +114,10 @@ bind c new-window -c "#{pane_current_path}" set-option -g set-clipboard on +# workmux dashboard popup +bind C-s display-popup -h 30 -w 100 -E "workmux dashboard" +bind C-w display-popup -h 30 -w 100 -E "workmux dashboard --tab worktrees" + bind R run "echo \"stty columns $(tmux display -p \#{pane_width}); stty rows $(tmux display -p \#{pane_height})\" | tmux load-buffer - ; tmux paste-buffer" ## One Dark syntax theme: https://github.com/odedlaz/tmux-onedark-theme