Readded multi-vterm to emacs

This commit is contained in:
Random936 2023-12-26 10:53:33 -08:00
parent c8fe3ada71
commit 97ce4721c8
2 changed files with 10 additions and 1 deletions

View File

@ -338,7 +338,7 @@ General allows you to setup a prefix key easily. This makes it really easy to se
(jm/leader-keys
; Example of a keybinding should be changed later
"t" '(counsel-load-theme :which-key "Choose theme")
"v" '(vterm :which-key "Open vterm terminal")
"v" '(multi-vterm :which-key "Open vterm terminal")
"r" '(rename-buffer :which-key "Rename buffer")
; Org mode related keybindings

View File

@ -18,6 +18,15 @@ There are a few packages that you need to install in order to use VTerm.
sudo apt install cmake libtool-bin
#+end_src
* Multi-Vterm
Multi-vterm is a package that adds the capability to easily create multiple vterm terminal buffers without having to manually rename them each time.
#+begin_src emacs-lisp
(use-package multi-vterm)
#+end_src
* Change Terminal Font
When using zsh with powerlevel10k, the ~MesloLGS NF~ font is required to make the prompt align properly. Due to this, this code is implemented to change the font only when VTerm is being used.