Skip to content

Commit

Permalink
Fix ctrl+w keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
giflw committed Dec 8, 2022
1 parent 1ae5703 commit 0b370fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion applications/data/backend/keymaps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"keybinding": "ctrl+q"
},
{
"command": "core.close.tab",
"command": "core.close.main.tab",
"keybinding": "ctrl+w"
},
{
"command": "-core.close.main.tab",
"keybinding": "ctrl+f4"
}
]

0 comments on commit 0b370fa

Please sign in to comment.