John Whitley
John Whitley
Thanks @voylin, that's helpful. Let me see if I've got this right: 1. `git clone --bare https://github.com/VoylinsGamedevJourney/GoZen_lite bare` 2. `env GIT_DIR=$(realpath bare) git worktree add main` – this adds the...
@christopher-harwell That would be great if you can figure out repro steps. So far, no contributors have been able to repro this one.
@jesseduffield Whups, yes. Let me dig in _right now_ and refresh myself as to what the proposed modification to this PR would look like.
@jesseduffield Ready for review. Thanks for the ping!
Going back to Stefan's original use-cases, what about `./.lazygit.yml` only permitting keys in a short allow list? The idea would be to surface a limited initial selection of config settings...
The reported problems in this issue span a few different root causes. Many of these are addressed by #3183, which should land soon. However, the original report cites a use...
I will note a workaround: since these bindings are **only** in use for the specified note type (e.g. next weekly note is only active in a weekly note, etc.) that...
I **HATE** the swapfile problem, and eventually went with [this solution](https://github.com/jwhitley/vimrc/blob/master/.vimrc#L80): ``` vim " Store temporary files in a central spot let vimtmp = $HOME . '/.tmp/' . getpid() silent!...
+1 This is particularly egregious when Solarized is used with @airblade's [vim-gitgutter](https://github.com/airblade/vim-gitgutter).
/cc @airblade