-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkeymap.cson
More file actions
executable file
·28 lines (28 loc) · 1.27 KB
/
keymap.cson
File metadata and controls
executable file
·28 lines (28 loc) · 1.27 KB
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
".platform-linux atom-text-editor:not([mini])":
"shift-ctrl-B": "fuzzy-finder:toggle-buffer-finder"
"shift-ctrl-K": "markdown-writer:insert-link"
"shift-ctrl-I": "markdown-writer:insert-image"
"shift-ctrl-:": "spell-check:correct-misspelling"
"ctrl-b": "markdown-writer:toggle-bold-text"
"ctrl-'": "markdown-writer:toggle-code-text"
"ctrl-h": "markdown-writer:toggle-strikethrough-text"
"ctrl-i": "markdown-writer:toggle-italic-text"
"ctrl-r": "find-and-replace:replace-all"
"ctrl-1": "markdown-writer:toggle-h1"
"ctrl-2": "markdown-writer:toggle-h2"
"ctrl-3": "markdown-writer:toggle-h3"
"ctrl-4": "markdown-writer:toggle-h4"
"ctrl-5": "markdown-writer:toggle-h5"
"ctrl-alt-1": "package-sync:sync"
"ctrl-alt-2": "package-sync:open-package-list"
"ctrl-alt-3": "application:open-your-config"
"ctrl-alt-4": "application:open-your-init-script"
"ctrl-alt-5": "application:open-your-keymap"
"ctrl-alt-6": "application:open-your-snippets"
"ctrl-alt-7": "application:open-your-stylesheet"
"alt-8": "find-and-replace:toggle-buffer-finder"
"ctrl-shift-J": "julia-client:run-file"
'atom-text-editor':
"ctrl-alt-s": "editor:toggle-soft-wrap"
'body':
'alt-r': 'window:reload'