From fa03bd578158e6c0027ee91537c1d23edd559ac3 Mon Sep 17 00:00:00 2001 From: Stanley McMillan Date: Sun, 17 Dec 2017 09:03:36 -0500 Subject: [PATCH 1/2] update split pane vertical to \ --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index d04c21b..4be2acf 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -65,7 +65,7 @@ bind C-f command-prompt -p find-session 'switch-client -t %%' # split current window horizontally bind - split-window -v # split current window vertically -bind _ split-window -h +bind \ split-window -h # pane navigation bind -r h select-pane -L # move left From 4e1d67ae61d0f38307f0dd670e45f4ca881f9e7f Mon Sep 17 00:00:00 2001 From: Stanley McMillan Date: Sun, 17 Dec 2017 11:33:47 -0500 Subject: [PATCH 2/2] rename dot files to .symlink --- .tmux.conf.local => tmux.conf.local.symlink | 0 .tmux.conf => tmux.conf.symlink | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .tmux.conf.local => tmux.conf.local.symlink (100%) rename .tmux.conf => tmux.conf.symlink (100%) diff --git a/.tmux.conf.local b/tmux.conf.local.symlink similarity index 100% rename from .tmux.conf.local rename to tmux.conf.local.symlink diff --git a/.tmux.conf b/tmux.conf.symlink similarity index 100% rename from .tmux.conf rename to tmux.conf.symlink