Support C-k for upward movement in ivy-switch-buffer-map
Without these KBDs, C-k kills buffers. As an evil-mode user, I expect C-k to move upwards. As such, adding the `ivy-switch-buffer-map` to my existing ivy KBDs that handle a similar use-case. Note: I'm unsure why the KBDs in evil-collection didn't cover this.
This commit is contained in:
parent
52831c7136
commit
3fa8276816
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
(setq counsel-describe-function-function #'helpful-callable)
|
||||
(setq counsel-describe-variable-function #'helpful-variable))
|
||||
(general-define-key
|
||||
:keymaps 'ivy-minibuffer-map
|
||||
:keymaps '(ivy-minibuffer-map ivy-switch-buffer-map)
|
||||
;; prev
|
||||
"C-k" #'ivy-previous-line
|
||||
"<backtab>" #'ivy-previous-line
|
||||
|
|
Loading…
Reference in a new issue