0

Pressing ? within a tmux session lists out the available shortcuts.

But there are so many... how can one search for some text within those displayed shortcuts?

1 Answer 1

1

I figured it out. My tmux's default mode was in emacs. I just had to switch to Vi (which I am comfortable with). So all I had to do was: set-window-option -g mode-keys vi

Not the answer you're looking for? Browse other questions tagged or ask your own question.