doomemacs/modules/completion/vertico/autoload
Itai Y. Efrat 4f34635e04 refactor!(vertico): crm keybindings behaviour
BREAKING CHANGE: This commit changes the behaviour of the TAB and RET
keys in a consult-completing read multiple session, in order to make
them more intuitive. The behaviour is now:

- TAB: (unchanged) always select or deselect the current candidate, and
  if the candidate is selected, move the index to the next one (this
  allows for pressing TAB repeatedly to select multiple subsequent
  candidates).

- RET: If no candidates have been selected, select the current candidate
  and exit the completion session. If some have been selected, disregard
  the current candidate and exit.

- S-TAB: (new) like TAB, but the keeps the input.
2022-01-13 23:16:03 +02:00
..
evil.el completion/selectrum -> completion/vertico, part 3 2021-07-25 02:52:04 +03:00
magit.el feat(vertico): add magit-status embark action 2021-09-15 01:03:11 +03:00
vertico.el refactor!(vertico): crm keybindings behaviour 2022-01-13 23:16:03 +02:00
workspaces.el fix(vertico): +vertico/switch-workspace-buffer 2021-09-23 14:55:58 +02:00