fix(format): consolidate save-without-formatting keybind

It's too much hassle to claim either 'SPC b s' or 'SPC f s' for the
saving-without-formatting command (and to justify why one over the
other), so porque no los dos? Plus, I now leave 'C-x C-s' (save-buffer)
alone; principle of least surprise and what not.

Fix: #8460
Ref: https://xkcd.com/1172
This commit is contained in:
Henrik Lissner
2025-09-20 14:22:15 -04:00
parent 3436b2c3ba
commit fffefc3118
2 changed files with 2 additions and 3 deletions

View File

@@ -417,7 +417,7 @@
:desc "Previous buffer" "p" #'previous-buffer
:desc "Revert buffer" "r" #'revert-buffer
:desc "Rename buffer" "R" #'rename-buffer
:desc "Save buffer" "s" #'save-buffer
:desc "Save buffer" "s" #'basic-save-buffer
:desc "Save all buffers" "S" #'evil-write-all
:desc "Save buffer as root" "u" #'doom/sudo-save-buffer
:desc "Pop up scratch buffer" "x" #'doom/open-scratch-buffer