Skip to content

Instantly share code, notes, and snippets.

@tam17aki
Last active January 1, 2016 02:48
Show Gist options
  • Save tam17aki/8081175 to your computer and use it in GitHub Desktop.
Save tam17aki/8081175 to your computer and use it in GitHub Desktop.
(defun ace-jump-from-isearch ()
(interactive)
(isearch-exit)
(let ((ace-jump-mode-scope 'window))
(ace-jump-do (regexp-quote isearch-string))))
(define-key isearch-mode-map (kbd "C-k") 'ace-jump-from-isearch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment