(config) emacs: bind to f1 instead

This commit is contained in:
Sakooooo 2024-10-20 15:04:43 +04:00
parent bd3f3a8f96
commit 9667a4fb9d
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -692,7 +692,7 @@ this should be useful later
** VTerm
#+begin_src emacs-lisp
(use-package vterm
:bind ("C-`" . vterm)
:bind ("F1" . vterm)
:commands vterm
:config
(setq vterm-max-scrollback 10000))