remap ctrl-k in atom doesn't work -
i have following entries in keymap.cson:
'.workspace': 'ctrl-k': 'core:move-up' 'ctrl-j': 'core:move-down
the ctrl-j mapping works, ctrl-k doesn't. isn't possible remap ctrl-k ?
the following works:
'atom-text-editor': 'ctrl-k': 'core:move-up'
Comments
Post a Comment