musjj

Results 345 comments of musjj

Probably related to: https://github.com/elkowar/eww/issues/715 (again) Check your `eww logs`, you can probably find timeout warnings there.

Tested with the latest commit, and I can reproduce the issue there. Here's a widget to reproduce the issue: ```lisp (eventbox :onhover "sleep 3 && notify-send success" :timeout "5s" (label...

I think it would be better if you could specify a custom alias name. Maybe something like: ```nix shellAlias = mkOption { type = types.str; default = "ya"; description =...

Anything blocking this from getting merged? To clarify, this PR is backwards-compatible with the original way of specifying keys.

Can't we just add an option to specify the executable via the `setup` function? I'm also having problems getting mason to detect my `pyenv-win` path under MSYS2. [neovim/neovim#21175](https://github.com/neovim/neovim/pull/21175) doesn't help...

Having the same problem. This makes it impossible to move around in multi cursor mode. Surely there's a workaround right?

Any progress with this PR? Adding a configuration seems like a good idea to me.

Also, another behavior I'm noticing: when deleting in a block selection (e.g. `jjjdf`), the multi cursors will revert to a single cursor. Can we also add an option for this...

Just wanted to ask but is there a way to make `%` jump between tags *and* between normal parentheses? I can't figure out a way to do this without mapping...

@eilefsen > Here's my working keybindings.json: > > ``` > { > { > "key": "shift+k", > "command": "editor.action.showHover", > "when": "editorTextFocus && vim.mode == 'Normal'" > }, > {...