fix(tmux-session): screen was not split in horizontal mode
This commit is contained in:
parent
01119f632a
commit
a030271f48
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ tmux_vsplit() {
|
||||||
tmux_hsplit() {
|
tmux_hsplit() {
|
||||||
local size="${1:-20}"
|
local size="${1:-20}"
|
||||||
debug "execute hsplit with size '${size}'"
|
debug "execute hsplit with size '${size}'"
|
||||||
tmux split-window "${SESSION_NAME}" -c "$CURRENT_PATH" -h -p "$size"
|
tmux split-window -t "${SESSION_NAME}" -c "$CURRENT_PATH" -h -p "$size"
|
||||||
}
|
}
|
||||||
|
|
||||||
tmux_neww() {
|
tmux_neww() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue