yyy33

Results 82 comments of yyy33

> Hi, this should work now in the 2.4.0 release. See [No key](https://github.com/houmain/keymapper#no-key). Great, thanks for your hard work!

> I tried your configuration but, sorry I did not notice anything baffling. `B` is being repeated as long as only `CapsLock` and `AltLeft` are hold. Then, when I press...

> Hi, I tried your configuration. Now I can see what you mean. But this is intended behavior. First the `AltLeft` prevents the first mapping from applying. But once the...

> > I found that leap can only support English characters > > Well, Leap supports any characters if you can input those. I mean, it finds and labels any...

> > I found that leap can only support English characters > > Well, Leap supports any characters if you can input those. I mean, it finds and labels any...

e > > I found that leap can only support English characters > > Well, Leap supports any characters if you can input those. I mean, it finds and labels...

> Can you elaborate on what you mean by expand all? For example, when I'm debugging lua, I'm looking at the local variables of a function and it has a...

I delayed the execution of the function by 500 milliseconds, and it displayed correctly ``` vim.api.nvim_create_autocmd({'BufReadPost'}, { callback = function(context) vim.defer_fn(function () vim.notify( 'test', "info", { title = 'title' }...

> I don't have the same issue. I'm guessing you have another autocmd interfering with the window. If you can reproduce with a minimal init then I can investigate further...

> ```lua > vim.schedule(function() > local todos = todos:get { where = { id = 1 } } > myFunctionThatProcessTodos(todos) > end) > ``` Thanks, I found out today that...