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 -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -