Shan Gao
Results
2
comments of
Shan Gao
offer a workaround for "o", which I use frequently: ``` "vim.normalModeKeyBindingsNonRecursive": [ { "before": [ "o" ], "after": [ "o", "_", ], "commands":[ "editor.action.formatSelection", "deleteLeft", ] }, ```
Any updates?