fixing delete word

This commit is contained in:
Matt Nish-Lapidus 2025-02-17 12:12:58 -05:00
parent 76d50ccf49
commit 5f552429b6
2 changed files with 8 additions and 6 deletions

View file

@ -411,7 +411,9 @@
"<end>" #'end-of-buffer
"C-<return>" #'split-window-vertically
"C-S-<return>" #'split-window-horizontally
"C-M-S-s-<mouse-1>" #'+fold/toggle)
"C-M-S-s-<mouse-1>" #'+fold/toggle
"C-<backspace>" #'sp-backward-delete-word
"C-<delete>" #'sp-delete-word)
(map! :localleader
:map lisp-mode-map