Add null, unbound to schema for keybindings (#5221)

## Summary of the Pull Request

Add `null`, `unbound` to schema for keybindings

## PR Checklist
* [x] Closes #4751
* [x] I work here
* [n/a] Tests added/passed
* [x] Requires documentation to be updated
This commit is contained in:
Mike Griese 2020-04-02 14:43:46 -05:00 committed by GitHub
parent bdbf40451e
commit 90a78d65ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,8 @@
"splitPane",
"switchToTab",
"toggleFullscreen",
"find"
"find",
"unbound"
],
"type": "string"
},
@ -232,7 +233,8 @@
{ "$ref": "#/definitions/SwitchToTabAction" },
{ "$ref": "#/definitions/MoveFocusAction" },
{ "$ref": "#/definitions/ResizePaneAction" },
{ "$ref": "#/definitions/SplitPaneAction" }
{ "$ref": "#/definitions/SplitPaneAction" },
{ "type": "null" }
]
},
"keys": {