Skip to content

Instantly share code, notes, and snippets.

@valpackett
Created December 13, 2010 19:41
Show Gist options
  • Save valpackett/739480 to your computer and use it in GitHub Desktop.
Save valpackett/739480 to your computer and use it in GitHub Desktop.
(defun isearch-anywhere ()
(interactive)
(save-excursion
(beginning-of-buffer)
(isearch-forward)))
(global-set-key (kbd "C-s") 'isearch-anywhere)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment