Getting emacs to lag less in wayland

This commit is contained in:
Emmet
2023-08-12 13:47:14 -05:00
parent 843add9ec9
commit cdea958283
5 changed files with 25 additions and 2 deletions

View File

@@ -51,6 +51,9 @@
(bind-key* "C-l" #'evil-window-right)
(bind-key* "C-q" #'evil-window-delete)
(bind-key* "M-q" #'kill-current-buffer)
(bind-key* "M-w" #'+workspace/close-window-or-workspace)
(bind-key* "M-n" #'next-buffer)
(bind-key* "M-p" #'previous-buffer)
(bind-key* "M-z" #'+vterm/toggle)
(bind-key* (kbd "M-<return>") #'+vterm/here)