Move from vertical splits to horizontal splits
This commit is contained in:
@@ -26,7 +26,7 @@ bind l select-pane -R
|
||||
|
||||
# equalize splits with x
|
||||
unbind space
|
||||
bind x select-layout even-horizontal
|
||||
bind x select-layout even-vertical
|
||||
|
||||
# window switching
|
||||
unbind n
|
||||
@@ -40,7 +40,7 @@ bind-key n command-prompt "rename-window '%%'"
|
||||
|
||||
# change kill window bind
|
||||
unbind &
|
||||
bind k killp
|
||||
bind k kill-session
|
||||
|
||||
# force a reload of the config file
|
||||
unbind r
|
||||
|
||||
@@ -4,23 +4,20 @@ suppress_history: false
|
||||
windows:
|
||||
- window_name: admin
|
||||
focus: true
|
||||
layout: even-horizontal
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- su
|
||||
- su
|
||||
|
||||
- window_name: org
|
||||
layout: even-horizontal
|
||||
panes:
|
||||
- null
|
||||
- shell_command:
|
||||
- clear
|
||||
- sleep 2
|
||||
- clear
|
||||
- khal calendar
|
||||
|
||||
- window_name: canvas
|
||||
layout: even-horizontal
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- null
|
||||
- null
|
||||
|
||||
@@ -4,13 +4,13 @@ suppress_history: false
|
||||
windows:
|
||||
- window_name: dev
|
||||
focus: true
|
||||
layout: even-horizontal
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh devyfo
|
||||
- ssh devyfo
|
||||
- ssh prodyfo
|
||||
- ssh prodyfo
|
||||
|
||||
- window_name: nix
|
||||
layout: even-horizontal
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh root@nixyfo
|
||||
- ssh root@nixyfo
|
||||
- ssh nixyfo
|
||||
- ssh nixyfo
|
||||
|
||||
@@ -4,13 +4,13 @@ suppress_history: false
|
||||
windows:
|
||||
- window_name: admin
|
||||
focus: true
|
||||
layout: even-horizontal
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh root@zion
|
||||
- ssh root@zion
|
||||
|
||||
- window_name: monitor
|
||||
layout: even-horizontal
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh zion
|
||||
- ssh zion
|
||||
|
||||
Reference in New Issue
Block a user