Update README.md

This commit is contained in:
Grant Mathews 2016-12-04 13:33:00 -05:00 committed by GitHub
parent 9fa05f86c6
commit 6f00e8e63f

View File

@ -54,6 +54,7 @@ Bind `:` to show the command palette:
"vim.otherModesKeyBindingsNonRecursive": [
{
"before": [":"],
"after": [],
"commands": [
{
"command": "workbench.action.showCommands",
@ -70,6 +71,7 @@ Bind `ZZ` to save and close the current file:
"vim.otherModesKeyBindingsNonRecursive": [
{
"before": ["Z", "Z"],
"after": [],
"commands": [
{
"command": "workbench.action.files.save",