Daniel Hahler

Results 1440 comments of Daniel Hahler

It seems like the following is a good replacement: `~/.profile`: ``` gpg-connect-agent UPDATESTARTUPTTY /bye export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh ``` `~/.zshrc`: ``` export GPG_TTY=$(tty) gpg-connect-agent UPDATESTARTUPTTY /bye >/dev/null ```

It is still problematic with envoy-git, too - re-opening.

I've experimented with commenting out calls to `gpg_update_tty`, after only commenting the call to `gpg_send_message(gpg, "UPDATESTARTUPTTY\n");`, and in both cases X "locked up" (processes get STOPped), through a script that...

@dan-santana Thanks for sharing this! I do not like auto-unlocking on login, but in case you want that this looks fine.

I am also seeing the "Current URL is invalid!" error when trying something like `gu` or `go` on a page that is still loading. qutebrowser should be able to set...

@artm It's common practice for plugins to restore &cpo at the end - after all that's the only reason to save &cpo in the first place. I cannot tell you...

Works for me, although I am not getting the additional newline in the first place. I end up with: ``` int f1(a1){ } int f1(a1){ } ```

I have just ran into a similar issue (quotes in a smarty file). While I still cannot reproduce the test case, I think that in general, using tpope's repeat.vim would...

Make the completion menu popup from insert mode, e.g. via C-X C-O for omni completion, then press Esc. Insert mode should get ended then, but when using C-E (or Esc...

@Townk "Esc" closes the popup menu and leaves insert mode by default - I do not see why autoclose should change this behavior?!