My Tmux

备份。

#-- base --#

set -g default-terminal "screen-256color"
set -g display-time 3000
set -g history-limit 65535
set -g mouse-select-pane on


#-- bindkeys --#

#set -g prefix ^a
#unbind ^b
#bind a send-prefix

#unbind '"'
#bind - splitw -v
#unbind %
#bind | splitw -h

bind k select-pane -t -U
#bind j select-pane -t -D
#bind h select-pane -t -L
#bind l select-pane -t -R

#bind ^k resize-pane -U 10
#bind ^j resize-pane -D 10
#bind ^h resize-pane -L 10
#bind ^l resize-pane -R 10

#bind ^u swap-pane -U
#bind ^d swap-pane -D

#bind ^e last
#bind q killp

#bind '~' splitw htop
#bind ! splitw ncmpcpp
#bind m command-prompt "splitw 'exec man %%'"
#bind @ command-prompt "splitw 'exec perldoc -t -f %%'"
#bind * command-prompt "splitw 'exec perldoc -t -v %%'"
#bind % command-prompt "splitw 'exec perldoc -t %%'"
#bind / command-prompt "splitw 'exec ri -T %% | less'"

#-- statusbar --#

set -g status-right "#[fg=green]#(/usr/bin/uptime)#[default] • #[fg=green]#(cut -d ' ' -f 1-3 /proc/loadavg)#[default]"
set -g status-right-attr bright

set -g status-bg black
set -g status-fg yellow

setw -g window-status-current-attr bright
#setw -g window-status-current-bg red
#setw -g window-status-current-fg white

set -g status-utf8 on
set -g status-interval 1

#set -g visual-activity on
#setw -g monitor-activity on

setw -g automatic-rename on

set -g status-keys vi
setw -g mode-keys vi

 

posted @ 2016-10-03 22:10  林博士  阅读(168)  评论(0编辑  收藏  举报