itermocil icon indicating copy to clipboard operation
itermocil copied to clipboard

Is it possible to type a command in a the new pane but not execute it?

Open Madd0g opened this issue 6 years ago • 2 comments

I have a bunch of tiny panes dedicated to single commands (like running tests), but I don't necessarily want them to run when creating the pane, just to be typed out and readily available in the new pane.

Is this possible somehow?

Madd0g avatar Apr 18 '18 10:04 Madd0g

echo "rspec" maybe?

girishso avatar Aug 13 '19 03:08 girishso

I need this feature! Leave a command without running, so I go with enter to execute when I want. Something like:

  • commands:
    • wait: ls

result: $ ls (but not execute, only prepare the stdin)

aymone avatar Feb 20 '24 15:02 aymone