diff --git a/.tmux.conf b/.tmux.conf index 24b4438..d7b51c3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -44,8 +44,10 @@ set -g status-left-length 20 # Splits unbind '"' unbind % -bind | split-window -h -bind - split-window -v +# setze Bind auf logische Zeichen & öffne in Pane in aktuellen Dir +# https://github.com/jbranchaud/til/blob/master/tmux/open-new-splits-to-the-current-directory.md +bind | split-window -v -c "#{pane_current_path}" +bind - split-window -h -c "#{pane_current_path}" # Address vim mode switching delay (http://superuser.com/a/252717/65504) set -s escape-time 0