<div dir="ltr"><div class="gmail_default" style="font-family:arial,sans-serif"><div id="gmail-:2zd" class="gmail-Am gmail-aO9 gmail-Al editable gmail-LW-avf gmail-tS-tW gmail-tS-tY" aria-label="Message Body" role="textbox" aria-multiline="true" tabindex="1" style="direction:ltr;min-height:85px"><div class="gmail_default">Thank you.  Hunting around on-line, the command <i>c.editor.command = ["alacritty", "-e", "nvim", "{}", "+call cursor({line}, {column})"]   </i>seems to work for people.  In my case the temp file is created, has my content in it when I save it, but is then deleted when nvim closes.  The text box never receives anything.  I removed the +call cursor argument, but the behavior doesn't change.  The temp file has permissions on it such that qutebrowser should be able to access it.</div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 29, 2021 at 2:02 PM Savoy <savoy@liberation.red> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">>/usr/bin/alacritty '-e /usr/bin/nvim' /tmp/qutebrowser-editor-pc7oapv1  is the<br>
>command that it's running but of course the single quotes around the -e switch<br>
>shouldn't be there, and alacritty errors out. However, if I remove them from my<br>
>config file which has c.editor.command = ['usr/bin/alacritty', '-e /usr/bin/<br>
>nvim/', '{}'] .  If I change it to  c.editor.command = ['usr/bin/alacritty', -e<br>
>/usr/bin/nvim/, '{}']  the config won't load<br>
<br>
I simply have `c.editor.command = ["alacritty", "-e", "nvim", "{}"].<br>
For a ShellCommand, every argument and value should be its own string<br>
within the list in order for python to parse it correctly and run the<br>
command.<br>
<br>
Absolute paths to the bin aren't necessary, but if you do include them,<br>
make sure they're correct; `usr/bin/alacritty` is missing the initial<br>
`/` so it should be `/usr/bin/alacritty`.<br>
<br>
---<br>
<br>
Prescott<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Bearcat M. Şándor<br>Feline Soul Studio LLC<br>Voice: 872.CAT.SOUL (872.228.7685)<br>Fax: 406.235.7070</div></div>