mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user