From 518a56319dc03625804afa04a7a251301fcc0a82 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 23 Dec 2023 20:14:18 -0700 Subject: [PATCH] Add tmux scrollback for cargo --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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