Fixes keybinding conflict with `fasd` layer

The `SPC f a` keybinding was already used by the `fasd` layer so a
workaround had to be found for the newly introduced one.

Refs: c2e377c902
Refs: #11224

Thanks @agzam for pointing it out and investigating potential solutions.
This commit is contained in:
Codruț Constantin Gușoi 2018-08-30 00:13:43 +03:00
parent 82be0b2bfe
commit 816099aa2b
2 changed files with 2 additions and 2 deletions

View File

@ -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 |

View File

@ -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