feat: Various completion additions

- Add `vertico-mode` keybindings.
- Unmap `C-k` in insert state.
This commit is contained in:
Madeleine Sydney
2025-01-12 18:34:20 -07:00
parent 7683acd80a
commit d3fbc8442b
4 changed files with 64 additions and 1 deletions

View File

@@ -37,6 +37,10 @@
;; cursor. Quick fix! }:P
(add-hook 'minibuffer-setup-hook
#'evil-refresh-cursor)
;; Unbind 'C-k'. Normally, it inserts digraphs; I have a compose key. It
;; often gets in the way of buffers with navigation, e.g. scrolling through
;; shell/REPL history, navigating Vertico completions, etc.
(keymap-set evil-insert-state-map "C-k" nil)
(evil-mode 1))
;; A large, community-sourced collection of preconfigured Evil-mode