Archive for May 25th, 2016

25
May

tmux - terminal multiplex

   Posted by: admin    in Mẹo vặt của hiếu râu

/etc/tmux.conf

set-option -g prefix C-a

unbind-key C-b

bind-key C-a send-prefix

set-option -g status off

#set-option -g status-bg blue

set-option -g pane-border-fg black

set-option -g pane-active-border-fg black

set-option -g mouse-select-pane on