Update keybinding

fixes https://github.com/syl20bnr/spacemacs/pull/14754#issuecomment-920914465
This commit is contained in:
Lucius Hu 2021-09-16 22:08:26 +00:00 committed by GitHub
parent cabe650f00
commit 08fa117afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@
:global
(("f" "Files"
("A" spacemacs/find-file-and-replace-buffer "Set another file for buffer...")
("c" spacemacs/copy-file "Copy file to new file...")
("c" spacemacs/save-as "Save file or active region as a new file...")
("D" spacemacs/delete-current-buffer-file "Delete...")
("i" spacemacs/insert-file "Insert file content...")
("l" find-file-literally "Open file literally...")