Benedikt Müller

Results 30 comments of Benedikt Müller

Just tested fresh HEAD, using `cargo run`, Neovide specific parts of config below, complete [here](https://github.com/d12bb/dotfiles/tree/main/nvim). It works flawlessly now when using `:q`, with `Cmd+q` however it doesn't remember at all....

Plus one from me, as Bash doesn't know my $PATH and so I can't open or edit unless I provide the whole path to the open/edit commands in config.

I'd also very much like that, as my workflow currently is 1. annotating the pdf 2. extracting annotations to a note with ZotFile 3. export to a markdown file 4....

Same for me on every `rustup update`. Fwiw, I set Rustup home to inside `$XDG_DATA_HOME`, if that effects things (though it shouldn't?): ```shell ❯ RUST_BACKTRACE=full rustup update info: syncing channel...

Looking forward to people learning how to use the thumbs up emoji for +1ing.

I think this shouldn't be done by the terminal itself, instead it should integrate Keychain, 1Password and the likes.

Indent guides are one thing, but they don't help to spot mixed indentation. If I have `listchars` set reasonably in Vim, a line starting with spaces looks differently than one...

``` ❯ emacs -Q Font ‘Fira Code Regular Nerd Font Complete Mono’ is not defined ``` Also, I just tried `railwaycat/emacsmacport`. Without doing anything but uninstalling emacs-plus und installing emacs-mac,...

Didn't know this one, and it's even in default Homebrew.. Anyway, it fails the same way as this one, so it appears to be an upstream issue after all.

It is, but most software coming from the Linux space does either use `~/.` directly or adhere to it on macOS too, which nicely separates my config in cli tools...