wikke / tmux.conf

Personal tmux.conf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

推荐使用https://github.com/gpakosz/.tmux

$ git clone https://github.com/gpakosz/.tmux.git
$ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local .

然后在.tmux.conf.local末添加

unbind %
bind | splitw -h

bind -r p previous-window
bind -r n next-window

About

Personal tmux.conf

License:MIT License