diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index df12dacb3..32f052f9f 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -2369,7 +2369,7 @@ Files manipulation commands (start with ~f~): | Key Binding | Description | |-------------+--------------------------------------------------------------------------------------------------------| -| ~SPC f a~ | open a file and replace the current buffer with the new file | +| ~SPC f A~ | open a file and replace the current buffer with the new file | | ~SPC f b~ | go to file bookmarks | | ~SPC f c~ | copy current file to a different location | | ~SPC f C d~ | convert file from unix to dos encoding | diff --git a/layers/+spacemacs/spacemacs-defaults/keybindings.el b/layers/+spacemacs/spacemacs-defaults/keybindings.el index 53b49ab8b..e2d942e40 100644 --- a/layers/+spacemacs/spacemacs-defaults/keybindings.el +++ b/layers/+spacemacs/spacemacs-defaults/keybindings.el @@ -200,7 +200,7 @@ :evil-leader "e.") ;; file ----------------------------------------------------------------------- (spacemacs/set-leader-keys - "fa" 'spacemacs/find-file-and-replace-buffer + "fA" 'spacemacs/find-file-and-replace-buffer "fc" 'spacemacs/copy-file "fD" 'spacemacs/delete-current-buffer-file "fei" 'spacemacs/find-user-init-file