Move some key bindings around
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Has started running
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Has started running
This commit is contained in:
parent
85be9c3caa
commit
f0340183f6
6 changed files with 40 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue