Linux 终端神器tmux的快捷键与配置文件 2018-09-25 23:01:48 | Linux 葵花宝典Tmux 终端复用神器 快捷键配置文件12345678910111213vim ~/.tmux.conf # tmux配置文件的名字, 每个用户的配置文件可以不一样set-option -g allow-rename off # 设置启动窗口时默认名字set -g base-index 1 # 窗口下标起始set -g pane-base-index 1set -g prefix C-z #修改前缀键unbind C-bbind r source-file ~/.tmux.conf \; display "Reloaded!"bind-key Left previous-windowbind-key Right next-window