set -g mouse on set -g base-index 1 #让窗口从1开始 set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*256col*:Tc"
set -g @scroll-speed-num-lines-per-scroll 10 #鼠标滚轮滚动速度10
# List of plugins #安装的插件列表 set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'nhdaly/tmux-better-mouse-mode'
# Other examples: # set -g @plugin 'github_username/plugin_name' # set -g @plugin 'git@github.com:user/plugin' # set -g @plugin 'git@bitbucket.com:user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of # tmux.conf) run '~/.tmux/plugins/tpm/tpm' #插件管理器tpm
$ cat ~/op.yaml session_name: op windows: - window_name: vim layout: tiled shell_command_before: - cd ~/tmp/openwrt - window_name: make layout: tiled shell_command_before: - cd ~/tmp/openwrt