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. |
||
---|---|---|
.. | ||
local | ||
config.el | ||
funcs.el | ||
packages.el | ||
README.org |
spacemacs-bootstrap distribution
Description
This layer loads the necessary packages for spacemacs to start-up.
Features:
- Loads
evil
key bindings and macros for auto-evilification of maps - Loads
holy
andhybrid
modes - Loads the official Spacemacs theme
- Loads
use-package
which is used to load other packages more easily - Loads
hydra
which is used to create transient modes - Loads
which-key
which is used to show key bindings in other modes - Loads
async
which is used to run background processes - Loads
bind-map
andbind-key
which are used to realize various Spacemacs specific key binding commands