Skip to content

Commit 50bb102

Browse files
add "Add Selection for Next Occurence" and "Unselect Occurence"
1 parent c9dd1b3 commit 50bb102

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

keymaps/intellij-idea-keymap.cson

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
# Replace
9292
'cmd-r': 'find-and-replace:show'
9393

94+
# Add Selection for Next Occurence
95+
'ctrl-g': 'find-and-replace:select-next'
96+
97+
# Unselect Occurence
98+
'ctrl-shift-g': 'find-and-replace:select-undo'
99+
94100
##############
95101
# Navigation #
96102
##############
@@ -142,6 +148,12 @@
142148
# Go to file
143149
'ctrl-shift-n': 'fuzzy-finder:toggle-file-finder'
144150

151+
# Add Selection for Next Occurence
152+
'alt-j': 'find-and-replace:select-next'
153+
154+
# Unselect Occurence
155+
'alt-shift-j': 'find-and-replace:select-undo'
156+
145157
###########
146158
# General #
147159
###########

0 commit comments

Comments
 (0)