qm1900
Results
2
comments of
qm1900
1. For the jump-out function, when you press e.g. `{` in vim, it gives you `{|}` (the symbol `|` is for the cursor here), and after inputting you press `Ctrl+J`,...
@ig0774 @r-stein I try this way and it works: `With BracketHighlighter you can define an Keybinding (above the other keybinding):` ``` { "keys": ["ctrl+shift+j"], "command": "bh_key", "args": { "no_outside_adj": null,...