Rossen K
Rossen K
@nikitavoloboev The only thing I've seen mentioned before in other issues is https://github.com/de-Blaxe/sVim, but the last commit is from around 10 months ago. I would pay for sVim running on...
@yigitkonur you can achieve this by adding the following in your sVimrc: `map "shift+f" createTabbedHint`
@CallumHoward I just tried with `let blacklists = ["*://*youtube.com/*"]` and it seems to work, let me know if it works on your end. @nikitavoloboev similarly for draw.io `let blacklists =...
You should be able to change the settings and map `shift+j`/`shift+k` to change tabs. In your sVimrc: `map "shift+k" nextTab` `map "shift+j" previousTab`
As far as I know Safari does not expose a method to focus the address bar. The same applies to Chrome and this is the reason some extensions (e.g. Vimium)...
This works great unless you want to use a single-key shortcut - e.g. `o`.
@florenzo-42 I'm settled for not using `` at all, instead I'm using my own component and getting `errors` from the formik props manually.
@ThangHuuVu @ubbe-xyz @ndom91 @balazsorban44 Is there something I can add to this PR to make it easier to review? Tried to follow the guide and the examples from a couple...