Skip to content

Shell commands have a " " prefixed, breaking (some) history #731

Answered by tony
klausman asked this question in Q&A
Discussion options

You must be logged in to vote

@klausman

have you tried suppress_history: false in windows

https://tmuxp.git-pull.com/examples.html#terminal-history, https://github.com/tmux-python/tmuxp/blob/master/examples/suppress-history.yaml

session_name: shorthands
windows:
  - window_name: long form
    suppress_history: false
    panes:
    - shell_command:
      - echo 'did you know'
      - echo 'you can inline'
    - shell_command: echo 'single commands'
    - echo 'for panes'

do those help in any way?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by klausman
Comment options

You must be logged in to vote
3 replies
@tony
Comment options

@klausman
Comment options

@tony
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #730 on January 14, 2022 14:38.