Restore save file binding on SPC f s
Put `save-buffer` back on `SPC f s` to save without prompt, and add `write-file` as `SPC f S` for saving with prompt for filename. Fixes #1923
This commit is contained in:
parent
c56f0513fa
commit
0bed9d1312
1 changed files with 2 additions and 1 deletions
|
@ -647,7 +647,8 @@
|
|||
:desc "Browse private config" "P" #'doom/open-private-config
|
||||
:desc "Recent files" "r" #'recentf-open-files
|
||||
:desc "Recent project files" "R" #'projectile-recentf
|
||||
:desc "Save file" "s" #'write-file
|
||||
:desc "Save file" "s" #'save-buffer
|
||||
:desc "Save file as..." "S" #'write-file
|
||||
:desc "Sudo find file" "u" #'doom/sudo-find-file
|
||||
:desc "Yank filename" "y" #'+default/yank-buffer-filename)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue