An extract from a currently used .yaml file below.
Question:
- tmux resize-pane -U 10
After session launch with several wins/panes etc, this command fails to
work.
Its printed in the pane its in but does not run. Is there a way to make it
run or would this be a new feature you could consider adding?
Thanks,
Abas.
session_name: vue-doc
start_directory: ./ # load session relative to config location (project
root).
windows:
- window_name: con
focus: true
layout: main-vertical
options:
main-pane-width: 64
# shell_command_before:
# - cd ~/Public/js/vue/vue-docs # run as a first command in all
panes
#- tree -La 1
panes:
- shell_command: # pane no. 1
#- clear
- clear
- tree -La 1
- gb
focus: true
- shell_command: # pane no. 2
- tmux resize-pane -U 10
# - null
#- npm run serve
#- live-server
--
You received this message because you are subscribed to the Google Groups
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-users/68e6b018-3377-417f-a8d5-70a47b6a674e%40googlegroups.com.