#########VIM##########################
https://github.com/skwp/dotfiles
sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`"
colorscheme gruvbox
################TMUX##############################################
https://github.com/tmuxinator/tmuxinator
wget https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/completion/tmuxinator.bash -O /etc/bash_completion.d/tmuxinator.bash
增加插件
Tmux 拥有着 丰富的社区生态, 其中不乏一些 “花里胡哨” 的插件,我不怎么用,状态栏比较干净。 比较喜欢的插件则是这三个:
tmux-prefix-highlight - 每一次按下前缀键的时候,在状态栏高亮显示
tmux-mode-indicator - 在状态栏显示 tmux 当前的模式名称
tmux-open - 在 copy 模式下,选中一个 URL 可直接调用浏览器打开
生效,可以:
tmux kill-server
或者:
tmux source-file ~/.tmux.conf
或者在tmux中:
C-b :source-file ~/.tmux.conf