forked from atom/github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit-experiment.cson
More file actions
36 lines (30 loc) · 991 Bytes
/
Copy pathgit-experiment.cson
File metadata and controls
36 lines (30 loc) · 991 Bytes
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
30
31
32
33
34
35
36
'atom-workspace':
'cmd-shift-c': 'git:view-and-commit-changes'
'cmd-alt-r': 'git:refresh-status'
'.git-diff-container':
'o': 'git:open-file-to-line'
'/': 'git:toggle-selection-mode'
'shift-up': 'git:expand-selection-up'
'shift-down': 'git:expand-selection-down'
'escape': 'git:clear-selections'
'right': 'git:view-and-commit-changes'
# 'tab': 'git:focus-commit-message'
# 'git-changes-view .data atom-text-editor':
# 'cmd-enter': 'core:confirm'
# 'escape': 'core:focus-changes-list'
'.git-file-status-list:focus':
'escape': 'git:close-commit-panel'
'tab': 'git:focus-commit-message'
'o': 'git:open-file'
'd': 'git:open-diff'
'left': 'git:open-diff'
'git-commit-message-view atom-text-editor':
'escape': 'git:view-and-commit-changes'
'cmd-enter': 'git:commit'
'ctrl-enter': 'git:commit'
'git-commit-list-view':
'right': 'git:focus-commit-details'
'git-commit-details-view':
'left': 'git:focus-commit-list'
'down': 'native!'
'up': 'native!'