Ask HN: Emacs-like Incremental Search?
Is there a native macOS text editor that supports emacs-like incremental search, meaning that upon completion of the search, the cursor is left at the beginning of the match? If I search for "apple" and type "ap", the cursor should be left before/on "a" when I end the search; "ap" should not be highlighted.
3 comments
[ 3.0 ms ] story [ 13.7 ms ] threadAnyway, you can get Aquamacs and customize its behavior to your liking.
From http://endlessparentheses.com/leave-the-cursor-at-start-of-m...
Nothing more "emacs-like" than emacs. Turn on CUA mode if common key binds is what you're after.