adding more keybinds

This commit is contained in:
Chris Cochrun 2022-07-15 16:35:00 -05:00
parent 7ba4b1bbd2
commit d39b284d7a
2 changed files with 4 additions and 17 deletions

View file

@ -463,6 +463,7 @@ This evil-collection package includes a lot of other evil based things.
"ht" '(which-key-show-top-level :which-key "show top-level keybindings")
"ss" '(consult-line :which-key "consult search")
"sr" '(consult-ripgrep :which-key "consult ripgrep")
"sd" '(dictionary-search :which-key "search the dictionary")
"oP" '(proced :which-key "proced")
"wo" '(other-window :which-key "other window")
"wd" '(delete-window :which-key "other window")
@ -577,6 +578,7 @@ Part of this config includes some special capture templates for my work as a you
org-fontify-quote-and-verse-blocks t
org-src-preserve-indentation t
org-src-window-setup 'other-window
org-export-with-broken-links t
org-agenda-current-time-string "⭠ now ────────────────")
(add-hook 'org-mode-hook 'chris/org-mode-setup)