Re: [qutebrowser] (no subject)

2019-07-15 Thread Florian Bruhin
On Mon, Jul 15, 2019 at 09:58:17AM -0700, Jay Kamat wrote:
> 
> Adam Ladell writes:
> 
> > Hey!
> > 
> > I've been trying to use nvim (or even nano) as my editor for qutebrowser,
> > however, neither of them update the input field upon saving and closing.
> 
> Does the default (gvim) work fine for you? FWIW, the following
> editor.command works for me, I'm not 100% sure this is what you've set it
> to:
> 
> set editor.command '["terminator", "-x", "vim", "{file}"]'

Only when no other instance of terminator is open, at least here.

Florian

-- 
https://www.qutebrowser.org | m...@the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
 I love long mails! | https://email.is-not-s.ms/


signature.asc
Description: PGP signature


Re: [qutebrowser] (no subject)

2019-07-15 Thread Jay Kamat



Adam Ladell writes:


Hey!

I've been trying to use nvim (or even nano) as my editor for qutebrowser,
however, neither of them update the input field upon saving and closing.


Does the default (gvim) work fine for you? FWIW, the following editor.command 
works for me, I'm not 100% sure this is what you've set it to:


set editor.command '["terminator", "-x", "vim", "{file}"]'

Could you also pastebin your :version please?

-Jay