Skip to content
Snippets Groups Projects
Commit 9c877eeb authored by George Nachman's avatar George Nachman
Browse files

Make / open the find panel in copy mode

parent c3b0f97a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2114,6 +2114,9 @@ ITERM_WEAKLY_REFERENCEABLE
[_textview copySelectionAccordingToUserPreferences];
self.copyMode = NO;
break;
case '/':
[self showFindPanel];
break;
case '[':
moved = [_copyModeState previousMark];
break;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment