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

Popular posts from this blog

python - TypeError: start must be a integer -

html - href attribute breaking an element -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -