From 3c2961a0d7c16407428b1f8bdae3f9810ebf2049 Mon Sep 17 00:00:00 2001 From: Blubber Date: Mon, 10 Oct 2016 00:29:44 +0200 Subject: tmux changes prefix to C-s; vim changed leader to 'S' (capital s) --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 93b92cc..30528ef 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 -- cgit v1.2.3