From 6e6e4f2e06563a0df9617650e821642c06ef3530 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Fri, 12 Jun 2015 15:19:28 +0100 Subject: [PATCH] Pare down tmux config --- tmux/tmux.conf.symlink | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 2163c16..afdaf96 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -1,6 +1,4 @@ -# smart pane switching with awareness of vim splits -# -# See: https://robots.thoughtbot.com/seamlessly-navigate-vim-and-tmux-splits +# pane switching bind C-h select-pane -L bind C-j select-pane -D bind C-k select-pane -U @@ -10,3 +8,8 @@ bind C-\ select-pane -l # easily toggle synchronization (mnemonic: e is for echo) bind e setw synchronize-panes on bind E setw synchronize-panes off + +# start a pane in the right fucking folder +bind c new-window -c "#{pane_current_path}" + +