Skip to content

Commit

Permalink
Add avy to cat-map
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Apr 3, 2024
1 parent d7028ee commit 598d8d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cats/+keymap.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@

(defvar-keymap cat-map
:keymap mode-specific-map
"." 'cat-dict-prefix
":" #'avy-goto-char-timer
"a" #'org-agenda
"c" #'org-capture
"d" 'cat-org-roam-dailies-prefix
Expand All @@ -61,8 +63,7 @@
"r" 'cat-org-roam-prefix
"s" #'rg-menu
"t" 'cat-toggle-prefix
"w" #'webjump
"." 'cat-dict-prefix)
"w" #'webjump)

(defvar-keymap cat-escape-map
:keymap esc-map
Expand Down

0 comments on commit 598d8d8

Please sign in to comment.