Created
September 7, 2015 12:24
-
-
Save magnars/2ea73afef00185cfacd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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