diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a032600..f137d49 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -122,7 +122,7 @@ bind-key -T copy-mode-vi 'H' send-keys '^' # Navigate to previous command prompt bind-key b copy-mode\;\ send-keys -X start-of-line\;\ - send-keys -X search-backward " " + send-keys -X search-backward "( |Compiling)" # For Cargo compiles too # Copy mode selection bind P paste-buffer