Skip to content

Commit 90a3d99

Browse files
authored
defaults: bind alt+f4 to closeWindow (#2858)
1 parent 0c8a4df commit 90a3d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cascadia/TerminalApp/defaults.json

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
"keybindings":
183183
[
184184
{ "command": "closePane", "keys": ["ctrl+shift+w"] },
185+
{ "command": "closeWindow", "keys": ["alt+f4"] },
185186
{ "command": "copy", "keys": ["ctrl+shift+c"] },
186187
{ "command": "duplicateTab", "keys": ["ctrl+shift+d"] },
187188
{ "command": "newTab", "keys": ["ctrl+shift+t"] },

0 commit comments

Comments
 (0)