mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated projectile keybinds and buffer keybinds
This commit is contained in:
parent
07f545d6cb
commit
d3efedd5d8
2 changed files with 10 additions and 4 deletions
|
@ -115,9 +115,9 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
|||
(bind-key* "M-z" #'+vterm/toggle)
|
||||
(bind-key* (kbd "M-<return>") #'+vterm/here)
|
||||
|
||||
;; Mouse buffer management
|
||||
(bind-key* "<mouse-8>" #'previous-buffer)
|
||||
;; Buffer management
|
||||
(bind-key* "<mouse-9>" #'next-buffer)
|
||||
(bind-key* "<mouse-8>" #'previous-buffer)
|
||||
|
||||
;; Disables custom.el
|
||||
(setq custom-file null-device)
|
||||
|
@ -1213,6 +1213,9 @@ I don't have this active right now since I'm exploring tab-bar mode instead!
|
|||
(map! :leader
|
||||
:desc "Projectile commander"
|
||||
"p @" #'projectile-commander)
|
||||
(map! :leader
|
||||
:desc "Projectile grep"
|
||||
"/" #'projectile-grep)
|
||||
#+END_SRC
|
||||
** LSP
|
||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue