add vterm to general.el keybinds

This commit is contained in:
Sakooooo 2024-08-05 16:49:58 +04:00
parent 26e55271c3
commit b685dd29b1
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -356,6 +356,7 @@ kept-old-versions 5)
"op" '(treemacs :which-key "treemacs") "op" '(treemacs :which-key "treemacs")
"oP" '(treemacs-find-file :which-key "treemacs find file") "oP" '(treemacs-find-file :which-key "treemacs find file")
"oe" '(eshell :which-key "eshell") "oe" '(eshell :which-key "eshell")
"ov" '(vterm :which-key "vterm")
"or" '(elfeed :which-key "rss") "or" '(elfeed :which-key "rss")
;; notes ;; notes
"n" '(:ignore o :which-key "notes") "n" '(:ignore o :which-key "notes")