defaults: bind alt+f4 to closeWindow (#2858)

This commit is contained in:
Dustin L. Howett (MSFT) 2019-09-23 17:12:00 -07:00 committed by GitHub
parent 0c8a4df963
commit 90a3d99512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,6 +182,7 @@
"keybindings":
[
{ "command": "closePane", "keys": ["ctrl+shift+w"] },
{ "command": "closeWindow", "keys": ["alt+f4"] },
{ "command": "copy", "keys": ["ctrl+shift+c"] },
{ "command": "duplicateTab", "keys": ["ctrl+shift+d"] },
{ "command": "newTab", "keys": ["ctrl+shift+t"] },