diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 822184c..4bd22c0 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,9 @@ +########################################################## +## ## +## My TMUX Config ## +## ## +########################################################## + # Rebind the prefix key unbind C-b set-option -g prefix C-s @@ -7,6 +13,8 @@ bind-key -n 'M-h' select-pane -L bind-key -n 'M-j' select-pane -D bind-key -n 'M-k' select-pane -U bind-key -n 'M-l' select-pane -R +bind h split-window -h +bind v split-window -v # set Status bar options set-option -g status-position top