mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 13:29:08 -04:00
update doom emacs config
This commit is contained in:
parent
a0545a485c
commit
c5764d9f16
2 changed files with 14 additions and 6 deletions
|
@ -76,3 +76,11 @@
|
|||
;;
|
||||
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
||||
;; they are implemented.
|
||||
|
||||
(map! :n "C-h" #'windmove-left
|
||||
:n "C-j" #'windmove-down
|
||||
:n "C-k" #'windmove-up
|
||||
:n "C-l" #'windmove-right)
|
||||
|
||||
(map! :leader
|
||||
:desc "Toggle NeoTree" "e" #'neotree-toggle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue