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

Commit 563ea35

Browse files
author
Wliu
authored
Merge pull request #959 from segevfiner/toggle-case-keymap-fix
Fix project-find:toggle-case-option keymap on Windows & Linux
2 parents 77cc664 + c723377 commit 563ea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keymaps/find-and-replace.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
'.platform-win32 .project-find, .platform-linux .project-find':
5656
'ctrl-enter': 'project-find:confirm'
5757
'ctrl-alt-/': 'project-find:toggle-regex-option'
58-
'ctrl-shift-c': 'find-and-replace:toggle-case-option'
59-
58+
'ctrl-shift-c': 'project-find:toggle-case-option'
59+
6060
'.find-and-replace, .project-find, .project-find .results-view':
6161
'tab': 'find-and-replace:focus-next'
6262
'shift-tab': 'find-and-replace:focus-previous'

0 commit comments

Comments
 (0)