C-b: gives you tmux command prompt.
Is there a way to scroll through the commands entered on it previously?
Up arrow or Ctrl p/n don’t seem to work.
C-b: gives you tmux command prompt. Is there a way to scroll through the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Up and Down work in the default (Emacs) mode; if however, you have set
vi-modethen you will need to either explicitly enter command mode (by pressing Escape once at tmux’s command prompt—Ctrlb,:), or you can create keybinds for those commands in your.tmux.conf, thereby removing the need to change modes:Tmux’s default bindings can be seen with Ctrlb,: and then entering
lsk -t vi-edit. The defaults are, in this case:Note the
-ctswitch for command mode.