diff --git a/config_new.org b/config_new.org index 04a3253..2ef4bb6 100644 --- a/config_new.org +++ b/config_new.org @@ -131,6 +131,12 @@ https://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch. (global-set-key [remap dabbrev-expand] 'hippie-expand) #+end_src +** Zap + +#+begin_src emacs-lisp +(global-set-key (kbd "M-S-z") 'zap-up-to-char) +#+end_src + * Whole-line-or-region Source: