Skip to content

Commit

Permalink
defaults: bind alt+f4 to closeWindow (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett authored Sep 24, 2019
1 parent 0c8a4df commit 90a3d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cascadia/TerminalApp/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"] },
Expand Down

0 comments on commit 90a3d99

Please sign in to comment.