diff --git a/README.md b/README.md index ac73090aa..0ea79c02f 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,24 @@ Bind `ZZ` to save and close the current file: ] ```` +Or bind `w` to save the current file: + +``` + "vim.otherModesKeyBindingsNonRecursive": [ + { + "before": ["leader", "w"], + "after": [], + "commands": [ + { + "command": "workbench.action.files.save", + "args": [] + } + ] + } + ] +```` + + #### insertModeKeyBindingsNonRecursive/otherModesKeyBindingsNonRecursive