Hello,

I would like to set tmux to start with this a window spitted this way

+------+------+
|      |      |
|      |      |
|      |------+
|      |      |
|      |      |
+------+------+


This is my .tmux.conf:


set -g prefix C-a
unbind C-b
bind-key C-a send-prefix
set-option -g status-position top
bind-key C-y run "tmux show-buffer | xclip -i"
setw -g mode-keys vi
set -g default-terminal "screen-256color"
...


Thanks

-- 
Hassen

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to