79636151

Date: 2025-05-23 20:26:05
Score: 1.5
Natty:
Report link

This is still a bit of a hack, but seems to work in all cases I need.

I created a sleep_exec script as follows:

#!/bin/bash -norc

sleep $1
shift
exec "$@"

Than changed my wrapper function to run

tmux new-window -- sleep_exec 0.5 vim "$@"

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Marcin K