spacemacs/layers/+spacemacs/spacemacs-completion
duianto 5894c396cb Fix C-k ivy-previous-line in ivy-switch-buffer
It applies to the editing styles:
- hybrid with the variable hybrid-style-enable-hjkl-bindings set to t
- vim

Moved the default key binding for ivy-switch-buffer-kill:
From: C-k
To:   C-M-k

Thanks for the suggestion: asok
2019-09-17 18:28:02 +02:00
..
config.el Move helm variable from helm layer to spacemacs-completion layer 2018-06-16 00:02:59 -04:00
funcs.el Fix C-k ivy-previous-line in ivy-switch-buffer 2019-09-17 18:28:02 +02:00
packages.el Fix C-k ivy-previous-line in ivy-switch-buffer 2019-09-17 18:28:02 +02:00
README.org documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00

spacemacs-completion layer

Description

This layer does basic setup for completion frameworks like helm, ivy and ido.

Its main role is to ensure sane defaults and consistent UI between helm and ivy because even when you are using only one of them you could still need to use the other (for instance a package that supports only helm).

Advanced configuration of these packages can be found in their respective layers in +completion layer directory.

Features:

  • Base preconfiguration of helm and ivy for other layers to use.
  • Basic support for ido-navigation configuration and transient state.