How can I clear scrollback buffer in Tmux?

前端 未结 13 2571
悲&欢浪女
悲&欢浪女 2020-12-12 09:10

FYI, I am using Tmux through the Mac OS X Terminal app.

13条回答
  •  时光取名叫无心
    2020-12-12 09:56

    Found this works best in TMUX 2.6, clearing the screen, scrollback, but keeping the prompt displayed after.

    Uses Ctrl-L

    bind-key -n C-l send-keys C-l \; send-keys -R \; clear-history
    

提交回复
热议问题