diff --git a/.tmux.conf b/.tmux.conf index a869391..f415393 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -47,3 +47,6 @@ set -g visual-bell off set -g visual-silence off set -g word-separators " -_@" run-shell 'powerline-config tmux setup' +bind c new-window -c "#{pane_current_path}" +bind | split-window -h -c "#{pane_current_path}" +bind - split-window -v -c "#{pane_current_path}"