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

Commit 6e07816

Browse files
committed
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 27595d8 commit 6e07816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keymaps/git.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
'ctrl-/': 'github:toggle-patch-selection-mode'
5252
'cmd-backspace': 'github:discard-selected-lines'
5353
'ctrl-backspace': 'github:discard-selected-lines'
54-
'cmd-enter': 'core:confirm'
5554
'ctrl-enter': 'core:confirm'
55+
'cmd-enter': 'core:confirm'
5656
'cmd-right': 'github:surface'
5757
'ctrl-right': 'github:surface'
5858
'cmd-o': 'github:jump-to-file'

0 commit comments

Comments
 (0)