-
Notifications
You must be signed in to change notification settings - Fork 17
/
keymap.cson
29 lines (24 loc) · 994 Bytes
/
keymap.cson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# These keybindings are a combination of IntelliJ's OS X 10.5+ keybindings
# and additive ones from Pivotal's practice.
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it here:
# https://github.com/bevry/cson#what-is-cson
'.editor':
'cmd-shift-n': 'fuzzy-finder:toggle-file-finder'
'cmd-1': 'tree-view:toggle'
'alt-shift-up': 'editor:move-line-up'
'alt-shift-down':'editor:move-line-down'
'cmd-shift-w':'pane:close-other-items'
'cmd-shift-a': 'command-palette:toggle'
'cmd-l': 'go-to-line:toggle'
'ctrl-alt-cmd-up': 'pane:split-right'
'ctrl-alt-cmd-down': 'pane:split-down'
'ctrl-w': 'editor:select-word'
'cmd-backspace': 'editor:delete-line'
'atom-workspace atom-text-editor:not([mini])':
'cmd-d': 'editor:duplicate-lines'
'.platform-darwin atom-text-editor':
'cmd-e': 'fuzzy-finder:toggle-buffer-finder'
'ctrl-g': 'find-and-replace:select-next'
'body':
'cmd-shift-w':'pane:close-other-items'