diff --git a/keymaps/win32.cson b/keymaps/win32.cson index fa486a5ca..34c11ff5a 100644 --- a/keymaps/win32.cson +++ b/keymaps/win32.cson @@ -64,7 +64,7 @@ 'ctrl-shift-left': 'editor:select-to-beginning-of-word' 'ctrl-shift-right': 'editor:select-to-end-of-word' 'ctrl-backspace': 'editor:backspace-to-beginning-of-word' - 'ctrl-delete': 'editor:backspace-to-beginning-of-word' + 'ctrl-delete': 'editor:delete-to-end-of-word' 'ctrl-home': 'core:move-to-top' 'ctrl-end': 'core:move-to-bottom'