diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ ### Basic Settings # re-map prefix key -set -g prefix C-x +set -g prefix C-s bind-key a send-prefix # for nested tmux sessions # re-source tmux.conf bind-key r source-file ~/.tmux.conf @@ -18,8 +18,8 @@ setw -g mouse on # default TERM set -g default-terminal "screen-256color" # split settings -bind-key s split-window -h -bind-key h split-window +bind-key v split-window -h +bind-key s split-window # move between splits bind-key k select-pane -U bind-key j select-pane -D |