Skip to main content
Became Hot Network Question
edited tags
Link
Drew
  • 81k
  • 10
  • 126
  • 266
Source Link
edman
  • 1.3k
  • 9
  • 16

Get Emacs to jump to the start of a word after isearch

If I use isearch to search for the word "accommodating" in my document, I have to type acc before the cursor jumps to the word. When I press enter the cursor is on the the second "c" as in acCommodating. This strikes me as rather unintuitive because I have to go back two characters to begin editing the word. In Vim, search puts the cursor at the start of the word. Can I replicate this behaviour in Emacs?