Tmux config 配置 袜子君 set -g prefix C-b unbind C-x bind C-b send-prefix set -g base-index 1 # 窗口编号从 1 开始计数 set -g display-panes-time 10000 # PREFIX-Q 显示编号的驻留时长,单位 ms set -g mouse on # 开启鼠标 set -g pane-base-index 1 # 窗格编号从 1 开始...
1 unbind C-b 2 set -g prefix C-s 3 setw -g mode-keys vi 4 5 #set mouse 6 set -g mouse-select-pane on 7 8 set default-path "~/depot" 9 10 #set loading application 11 new -s rails 12 splitw -h -c "~/depot" 13 select-pane -L 14 kill-pane 15 16 splitw -h vim 17...
$ git clone https://github.com/zuorn/tmux.conf $ cp tmux-config/.tmux.conf ~/.tmux.conf 重启tmuxrestart tmux或者 在 tmux 窗口中,先按下Ctrl+b指令前缀,然后按下系统指令:,进入到命令模式后输入source-file ~/.tmux.conf,回车后生效。 配置项: 修改指令前缀 可根据自己的喜好来设置,由于我把电脑...
README Features Normal color space (8bit) TPM (Tmux Plugin Manager) Tmux Sensible Catppuccin Installation Clone the repository into ~/.config/tmux git clone https://github.com/dqvid/tmux.git ~/.config/tmux/tmux.conf tmux Then in tmux opened install all the plugins using <prefix>IAbout...
Copy tmux config to home: ln -s~/.tmux/.tmux.conf~/.tmux.conf Go to config dir: cd~/.tmux Stats tmux-mem-cpu-load Works on Linux and OS X. Prep ourself to download submodule (if you forgot--recursivewhen cloning): git submodule init ...
tmux.conf \; display-message "Config reloaded.." 这样配置了之后,每当向 ~/.tmux.conf 文件中添加了新的配置,只需要按下 Ctrl-b r 就可以重新加载配置并使新的配置生效,从而免去了开启一个新的会话。 Tmux 中最棒的功能 提示:下面这截图也许与你使用 Tmux 时看到的界面略有不同。这是因为我修改了 ...
$ git clone https://github.com/zuorn/tmux.conf $ cp tmux-config/.tmux.conf ~/.tmux.conf 重启tmux restart tmux 或者 在 tmux 窗口中,先按下 Ctrl+b 指令前缀,然后按下系统指令:,进入到命令模式后输入 source-file ~/.tmux.conf,回车后生效。 配置项: 修改指令前缀 可根据自己的喜好来设置,由于我...
bindRsource-file~/.tmux.conf;display-message"Config reloaded.."# 在文本间快速移动光标,复制文本 Use vim keybindingsincopy mode setw-g mode-keys vi # 将复制下来的文本发送到系统的剪贴板中 # invoke reattach-to-user-namespace every time anewwindow/pane opens ...
root@bobo:~# su - kevin -c "tmux new -d -s haha && tmux send -t haha 'ifconfig' ENTER && tmux send -t haha 'hostname' ENTER"kevin_session: 1 windows (created Tue Oct 2 19:38:36 2018) [135x34]root@bobo:~# su - kevinkevin@bobo:~$ tmux lshaha: 1 windows (created Tue...
bind r source-file ~/.tmux.conf ; display “Config reloaded…” Bar设置 set -g status-right “#[fg=green]%H:%M:%S #[fg=magenta]%a %m-%d #[default]” #将日期设置为红色,时间设置为绿色set -g status-interval 1 #设置时间实时刷新 ...