mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
No longer repeat pane creation
This commit is contained in:
parent
299472a8bb
commit
c0cfd107ad
2 changed files with 4 additions and 4 deletions
|
@ -64,8 +64,8 @@ bind C-c new-window -c '#{pane_current_path}'
|
|||
bind c new-window
|
||||
#
|
||||
# [ and ] to splitting the window into top/bottom and left/right respectively
|
||||
bind -r [ split-window -v -c '#{pane_current_path}'
|
||||
bind -r ] split-window -h -c '#{pane_current_path}'
|
||||
bind [ split-window -v -c '#{pane_current_path}'
|
||||
bind ] split-window -h -c '#{pane_current_path}'
|
||||
#
|
||||
# { and } to rotating up and down respectively
|
||||
bind -r { rotate-window -U
|
||||
|
|
|
@ -64,8 +64,8 @@ bind C-c new-window -c '#{pane_current_path}'
|
|||
bind c new-window
|
||||
#
|
||||
# [ and ] to splitting the window into top/bottom and left/right respectively
|
||||
bind -r [ split-window -v -c '#{pane_current_path}'
|
||||
bind -r ] split-window -h -c '#{pane_current_path}'
|
||||
bind [ split-window -v -c '#{pane_current_path}'
|
||||
bind ] split-window -h -c '#{pane_current_path}'
|
||||
#
|
||||
# { and } to rotating up and down respectively
|
||||
bind -r { rotate-window -U
|
||||
|
|
Loading…
Reference in a new issue