Abel
Results
1
issues of
Abel
**Describe the bug** I try to bind \ j to :m .+1 like this: ```json "vim.normalModeKeyBindings": [ { "before": [ "leader", "j" ], "commands": [ ":m .+1 ", ], "after":...