tmux: switch binds
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
c54411a2d9
commit
868a666c2a
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ unbind '"'
|
|||
unbind %
|
||||
# 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}"
|
||||
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