Fix Windows keymap delete typo (#2575)

This commit is contained in:
Daniel Liuzzi 2018-01-10 12:43:11 +01:00 committed by CHaBou
parent 88c65b1862
commit 2c5b3d5ccd

View file

@ -44,7 +44,7 @@
"editor:moveBeginningLine": "home",
"editor:moveEndLine": "end",
"editor:deletePreviousWord": "ctrl+backspace",
"editor:deleteNextWord": "cltr+del",
"editor:deleteNextWord": "ctrl+del",
"editor:deleteBeginningLine": "ctrl+home",
"editor:deleteEndLine": "ctrl+end",
"editor:clearBuffer": "ctrl+shift+k",