Added atom keymap
This commit is contained in:
parent
3cd0de8ec2
commit
b541feeaba
1 changed files with 9 additions and 0 deletions
9
atom/keymap.cson
Normal file
9
atom/keymap.cson
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Because Atom needs to work more like sublime!
|
||||
|
||||
'atom-workspace atom-text-editor:not([mini])':
|
||||
'ctrl-up': 'core:move-up'
|
||||
'ctrl-down': 'core:move-down'
|
||||
|
||||
'body':
|
||||
'ctrl-shift-up': 'editor:move-line-up'
|
||||
'ctrl-shift-down': 'editor:move-line-down'
|
Loading…
Reference in a new issue