Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit baa8792

Browse files
kuychacosmashwilson
authored andcommitted
Change order of keymap entries so cmd-enter is last and gets displayed
Previously `ctrl-enter` (which maps to the same command) was displayed and this is masked by another commonly used package called `intentions` (dependency for `linter-ui-default`)
1 parent 371d8f7 commit baa8792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

keymaps/git.cson

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
'.platform-darwin .github-FilePatchView atom-text-editor:not([mini])':
7777
'cmd-/': 'github:toggle-patch-selection-mode'
7878
'cmd-backspace': 'github:discard-selected-lines'
79+
'ctrl-backspace': 'github:discard-selected-lines'
80+
'ctrl-enter': 'core:confirm'
7981
'cmd-enter': 'core:confirm'
8082
'cmd-right': 'github:surface'
8183
'cmd-o': 'github:jump-to-file'

0 commit comments

Comments
 (0)