Erin Kim
Erin Kim
(I'm completely new to kakoune and to modal editing, but..) Wasn't this the entire point of having object-verb grammar? As it is right now, having to start a sentence over...
I understand that, but just having visual feedback doesn't seem to take full advantage of the potential of object-verb grammar. Having opposite actions for everything seems like an ad-hoc solution,...
> ```kakscript > hook global NormalKey .* %{ %sh{ > selection_count=$(echo $kak_selections_desc | awk -F : '{ print NF }') > if test $selection_count -gt 1; then > echo exec...
Update: I realized that `f` and `t` didn't work. Since `map` lacks modes for `f`, `t`, ``, and ``, I created user modes for each of them, and mapped every...
Maybe this is as simple as adding `dbus.service` as a dependency to the systemd service declaration in `nixos/default.nix`. Also, if `dbus` is a dependency of `home-manager`, shouldn't it be setting...
As far as I've tested, it happens on every boot.
This might be a race condition between the (system) home manager service and the user dbus service.
Couldn't you just trivially define your own overlay? From my config: ```nix final: prev: { inherit (flakes.helix.packages.${system}) helix; } ```
> The long term plan, however, is to embed the built HM generations in the associated NixOS generation. When we do this, however, it will be come impossible to seamlessly...
How does steam-tui handle install progress right now?