Add tmux scrollback for cargo
This commit is contained in:
parent
47e36e0bbb
commit
518a56319d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue