Move some key bindings around
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Has started running

This commit is contained in:
Maciej 2024-08-03 07:15:10 +03:00
parent 85be9c3caa
commit f0340183f6
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 40 additions and 29 deletions

View file

@ -9,6 +9,12 @@
;; Avy is a navigation manager.
;;; Code:
(use-package avy :straight t :defer t)
(use-package avy :straight t :defer t
:config
(setq avy-timeout-seconds 1)
:bind (:map icejam-keys-mode-map
([(hyper j)] . avy-goto-char-timer)) ;; Jump to text.
)
(provide 'icejam-avy)
;;; icejam-avy.el ends here