Re: [qutebrowser] Opening editor with Alacritty

2021-11-29 Thread Javier Ayres
Try changing it to ['usr/bin/alacritty', '-e', '/usr/bin/nvim/', '{}'] On Mon, Nov 29, 2021, at 17:44, Bearcat M. Şándor wrote: > I have the common problem of opening an editor for a text box and > having that fail. > > */usr/bin/alacritty '-e /usr/bin/nvim' /tmp/qutebrowser-editor-pc7oapv1 >

[qutebrowser] Opening editor with Alacritty

2021-11-29 Thread Bearcat M . Şándor
I have the common problem of opening an editor for a text box and having that fail. */usr/bin/alacritty '-e /usr/bin/nvim' /tmp/qutebrowser-editor-pc7oapv1 *is the command that it's running but of course the single quotes around the -e switch shouldn't be there, and alacritty errors out.

Re: [qutebrowser] Opening editor with Alacritty

2021-11-29 Thread Bearcat M . Şándor
Thank you. Hunting around on-line, the command *c.editor.command = ["alacritty", "-e", "nvim", "{}", "+call cursor({line}, {column})"] *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