Max Mahlke
Max Mahlke
I just found this theme and had the same issue. I wrote a little hack to select the user right away, in the `ChooseUser.qml` file add ``` Timer {id: singleUser...
I noticed the same scrolling issue as described in the first post, using the `j` and `k` keys in evil-mode. Unbinding the keys from the original `mu4e-headers-next` and `mu4e-headers-previous` and...
From the documentation, it seems that `mu4e-headers-next` works based on the message headers, not on the lines themselves. I assume that the folded thread counts as two messages but just...
+1 for having an option to choose between `:cd` and `:lcd`, I like to have one tab per project and using `cd` when switching to another project in a new...
To extend on @bennypowers nice explanation, here is an explicit example of installing and configuring `vim-hexokinase` using the `packer` `startup` function: ``` lua use({ "RRethy/vim-hexokinase", run = "make hexokinase", setup...
I have the same question. Specifically, I would like to remove the bindings for rebooting and logging out. Adding ``` i3-wm.binding.reboot: i3-wm.binding.logout: ``` did not do the trick.
I would switch to a fixed-width approach if it meant speeding up the selection process. Even if you have 30 characters for the authors, 8 for the year (including padding)...
That's interesting. I'll also have a look to see if I can find the bottleneck.
Hi again, so I wanted to get back on this issue because the picker is still quite slow considering I have only 700 entries in my database. `Telescope find_files` in...
It takes around 1 second from the telescope window opening to the database entries to appear. When typing a key to narrow down the selection, the characters I type do...