95280d15a8
Fixes: vim layer key binding of "J" in dired mode #14614 https://github.com/syl20bnr/spacemacs/issues/14614 problem The evil collection binds "J" to `dired-go-to-file` It overrides the Spacemacs `helm` and `ivy` equivalent commands. `spacemacs/helm-find-files' has fuzzy matching and other features `spacemacs/counsel-find-file' has more `M-o' actions And the `ivy` layer uses the `spacemacs/helm-find-files` command. solution Move the Spacemacs definitions of "J", after the evil collection dired keys have been setup from: `spacemacs-bootstrap/packages.el` to: `spacemacs-evil/init-evil-collection` And use `spacemacs/counsel-find-file` in the `ivy` layer. |
||
---|---|---|
.. | ||
spacemacs | ||
spacemacs-base | ||
spacemacs-bootstrap |