Closed nocache closed 9 months ago
Ignored program may have no params. In my case I added nvim to @tmux_window_name_ignored_programs But then if I had a process that was nvim (and not nvim file/path.py) the script would error.
nvim
@tmux_window_name_ignored_programs
nvim file/path.py
This uses the parsed program name in the debug.
Ignored program may have no params. In my case I added
nvim
to@tmux_window_name_ignored_programs
But then if I had a process that wasnvim
(and notnvim file/path.py
) the script would error.This uses the parsed program name in the debug.