tmux: open pane in same dir

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-10 09:56:04 +01:00
parent 1402d131d4
commit c54411a2d9

View file

@ -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