Add actions to go to first/last match in a buffer search #26085
failable
started this conversation in
Feature Ideas / Enhancements
Replies: 2 comments
-
Is this supported in other editors? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In Emacs one can use (define-key map (kbd "M-<") 'iedit-goto-first-occurrence)
(define-key map (kbd "M->") 'iedit-goto-last-occurrence) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check for existing issues
Describe the feature
The title says it all...
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions