tmux: open pane in same dir
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
1402d131d4
commit
c54411a2d9
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue