From 97917cd73f52d91439629a01feda5953659920fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bygd=C3=A9n?= Date: Mon, 1 Dec 2014 10:20:00 +0100 Subject: [PATCH] Fixed tmux.conf syntax --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4685dbe..ac9fb3a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,8 +10,8 @@ bind-key ^D detach-client # Create splits and vertical splits bind-key v split-window -h -p 50 -c "#{pane_current_path}" bind-key ^V split-window -h -p 50 -c "#{pane_current_path}" -bind-key s split-window -c -p 50 "#{pane_current_path}" -bind-key ^S split-window -c -p 50 "#{pane_current_path}" +bind-key s split-window -p 50 -c "#{pane_current_path}" +bind-key ^S split-window -p 50 -c "#{pane_current_path}" # Pane resize in all four directions using vi bindings. # Can use these raw but I map them to shift-ctrl- in iTerm.