tmux

配置

  • vim ~/.tmux.conf
  • 添加配置
    set -g prefix C-a
    unbind C-b
    setw -g mode-keys vi
    set -g automatic-rename off
    set -g allow-rename off
    set-option -g history-limit 65535
    bind -n C-k clear-history
    
  • 即时生效
    tmux source-file ~/.tmux.conf
posted @ 2021-09-17 14:53  春树&暮云  阅读(31)  评论(1编辑  收藏  举报