Added vterm
This commit is contained in:
@ -124,9 +124,12 @@
|
|||||||
"ff" '(counsel-find-file :which-key "find file")
|
"ff" '(counsel-find-file :which-key "find file")
|
||||||
"fg" '(counsel-git :which-key "find file git")
|
"fg" '(counsel-git :which-key "find file git")
|
||||||
"fb" '(counsel-switch-buffer :which-key "find buffers")
|
"fb" '(counsel-switch-buffer :which-key "find buffers")
|
||||||
|
"fd" '(dired :which-key "dired")
|
||||||
"gf" '(counsel-ag :which-key "grep")
|
"gf" '(counsel-ag :which-key "grep")
|
||||||
"gF" '(counsel-git-grep :which-key "git grep")
|
"gF" '(counsel-git-grep :which-key "git grep")
|
||||||
"gg" '(magit-status :whichkey "magit")
|
"gg" '(magit-status :whichkey "magit")
|
||||||
|
"o" '(:ignore o :which-key "open")
|
||||||
|
"ot" '(vterm :which-key "vterm")
|
||||||
"t" '(:ignore t :which-key "toggles")
|
"t" '(:ignore t :which-key "toggles")
|
||||||
"tt" '(counsel-load-theme :which-key "choose theme")
|
"tt" '(counsel-load-theme :which-key "choose theme")
|
||||||
"p" '(projectile-command-map :which-key "projectile")
|
"p" '(projectile-command-map :which-key "projectile")
|
||||||
@ -134,6 +137,7 @@
|
|||||||
"bf" '(counsel-switch-buffer :which-key "find buffers")
|
"bf" '(counsel-switch-buffer :which-key "find buffers")
|
||||||
"bn" '(next-buffer :which-key "next buffer")
|
"bn" '(next-buffer :which-key "next buffer")
|
||||||
"be" '(eval-buffer :which-key "eval buffer")
|
"be" '(eval-buffer :which-key "eval buffer")
|
||||||
|
"bk" '(kill-buffer :which-key "kill buffer")
|
||||||
"bp" '(previous-buffer :which-key "previous buffer")))
|
"bp" '(previous-buffer :which-key "previous buffer")))
|
||||||
|
|
||||||
(general-define-key
|
(general-define-key
|
||||||
@ -180,3 +184,6 @@
|
|||||||
(use-package magit
|
(use-package magit
|
||||||
:custom
|
:custom
|
||||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
||||||
|
|
||||||
|
(use-package vterm
|
||||||
|
:ensure t)
|
||||||
|
|||||||
Reference in New Issue
Block a user