pane resizing

22 views
Skip to first unread message

A Mirza

unread,
Jan 29, 2020, 3:51:01 AM1/29/20
to tmux-users
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
Reply all
Reply to author
Forward
0 new messages