Browse Source

Remove vterm

main
parent
commit
85eb48823f
  1. 13
      README.org
  2. 5
      modules/editor.el

13
README.org

@ -487,19 +487,6 @@ Open an =eshell= buffer with =SPC e=.
"e" '(eshell :which-key "Shell")) "e" '(eshell :which-key "Shell"))
#+end_src #+end_src
Configure =vterm=, a complete POSIX compliant shell within Emacs, this is suitable when =eshell= is not up to the task.
#+begin_src emacs-lisp
(use-package vterm)
#+end_src
Open a =vterm= buffer in a new window with =SPC v=.
#+begin_src emacs-lisp
(dotfiles/leader
"v" '(vterm-other-window :which-key "Terminal"))
#+end_src
*** Source *** Source
Another hallmark feature is [[https://github.com/magit/magit][Magit]], a complete git porcelain within Emacs. Another hallmark feature is [[https://github.com/magit/magit][Magit]], a complete git porcelain within Emacs.

5
modules/editor.el

@ -62,11 +62,6 @@
(dotfiles/leader (dotfiles/leader
"e" '(eshell :which-key "Shell")) "e" '(eshell :which-key "Shell"))
(use-package vterm)
(dotfiles/leader
"v" '(vterm-other-window :which-key "Terminal"))
(use-package magit (use-package magit
:custom (magit-display-buffer-function :custom (magit-display-buffer-function
#'magit-display-buffer-same-window-except-diff-v1)) #'magit-display-buffer-same-window-except-diff-v1))

Loading…
Cancel
Save