Predrag Mijatovic
Predrag Mijatovic
I commented out all other plugins, got in `insert` mode and held `0`: However, if I copy that line and paste it right below I get this: Another test (first...
So it's not due to completor per se, but it doesn't happen after I comment out the following line in my .vimrc: `let g:completor_go_omni_trigger = '(?:\b[^\W\d]\w*|[\]\)])\.(?:[^\W\d]\w*)?'` which is there for...
This still happens even on fresh install...I'm guessing that this works for others then? Why doesn't it work for me?
> I'm using a custom SSH key for the failing repo, meaning that in ~/.ssh/config a specific key path is defined for that host via `IdentityFile`. Gitui doesn't respect that...
Yes, every single time when I start it...
Yeah I think it's a newline thing too. I just changed my default shell to bash, ran Alacritty and I can see `%` for a second, but it quickly disappears...
I've recently started using linkding and I've imported a ton of my bookmarks by first converting from my custom-format-file to .html linkding expects, but without title/description. I'd now like linkding...
Same thing...on each reboot I get the `[FATAL tini (1)] Unexpected error when forwarding signal: 'Operation not permitted'`, and then after `docker-compose restart` everything works. I don't see other errors.
I think I've got bitten by this one too: ``` "mismatched types; Rust type `f32` (as SQL type `REAL`) is not compatible with SQL type `INTEGER`" ``` after inserting `5.0`...
I'm not sure about the _running_ instance, but you can open it in new one by editing `FZF_DEFAULT_OPTS` variable and adding something like this: `export FZF_DEFAULT_OPTS='... ,ctrl-o:execute(hx $(echo {} |...