Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@magnars
Created September 7, 2015 12:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magnars/2ea73afef00185cfacd1 to your computer and use it in GitHub Desktop.
Save magnars/2ea73afef00185cfacd1 to your computer and use it in GitHub Desktop.
(defun isearch-delete-me ()
(interactive)
(delete-char (- (length isearch-string))))
(define-key isearch-mode-map (kbd "<C-backspace>") 'isearch-delete-me)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment