Today I Learned

hashrocket A Hashrocket project

Find the error description in a tmux window

At Hashrocket we have a tmux binding ctrl-z e that will find the last instance of the word Error in the current window. This is great when error output for a test might consume 9 full windows worth of spaces at times.

This comes with Hashrocket's dotmatrix command line environment and is defined as:

bind-key e copy-mode \; send-keys "?Error" C-m

Defined at this location.

H/T Micah Woods

See More #workflow TILs