Results 4 comments of Stan

TLDR: I solved it for myself but without autokey. I tried several options with different drawbacks. I'm using now the option#3. Long story: ### option#1 - kbct I was able...

Finally I got it with leap.nvim + flit.nvim and the following config: `require('flit').setup({ multiline = false, labeled_modes = "nv" })` labeled_modes don't include 'o' for operation pending mode because with...

I see. I was confused because on the screenshot in the documentation there is that red text "(NEW!)" and the name of the option is "Git Credential Manager Core", hence...

AFAIU, it's not a bug, because `ta.trend.macd(df.close, window_slow = 26, window_fast = 12)` is a shorthand for `ta.trend.MACD(df.close, window_slow = 26, window_fast = 12, window_sign = 9).macd()` you don't need...