config updates
This commit is contained in:
parent
8cd2b5f228
commit
a17c6e234d
3 changed files with 10 additions and 3 deletions
|
@ -486,6 +486,13 @@
|
||||||
"f" #'chezmoi-find
|
"f" #'chezmoi-find
|
||||||
"w" #'chezmoi-write)
|
"w" #'chezmoi-write)
|
||||||
|
|
||||||
|
(map!
|
||||||
|
:map dired-mode-map
|
||||||
|
"h" #'dired-up-directory
|
||||||
|
"l" #'dired-find-file
|
||||||
|
"<right>" #'dired-up-directory
|
||||||
|
"<left>" #'dired-find-file)
|
||||||
|
|
||||||
(setq ns-alternate-modifier 'meta)
|
(setq ns-alternate-modifier 'meta)
|
||||||
(setq ns-right-alternate-modifier 'none)
|
(setq ns-right-alternate-modifier 'none)
|
||||||
|
|
||||||
|
|
|
@ -117,5 +117,5 @@
|
||||||
doom-leader-key nil)
|
doom-leader-key nil)
|
||||||
(meow/setup-leader)
|
(meow/setup-leader)
|
||||||
(pushnew! meow-mode-state-list '(sly-db-mode . motion))
|
(pushnew! meow-mode-state-list '(sly-db-mode . motion))
|
||||||
(pushnew! meow-mode-state-list '(sly-inspector-mode . motion))
|
(pushnew! meow-mode-state-list '(sly-inspector-mode . motion)))
|
||||||
(pushnew! meow-mode-state-list '(custom-mode . motion)))
|
;; (pushnew! meow-mode-state-list '(custom-mode . motion)))
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
(package! terminal-here)
|
(package! terminal-here)
|
||||||
(package! processing-mode)
|
(package! processing-mode)
|
||||||
(package! ob-p5js)
|
(package! ob-p5js)
|
||||||
(package! tidal)
|
;; (package! tidal)
|
||||||
(package! fish-mode)
|
(package! fish-mode)
|
||||||
(package! smart-tabs-mode)
|
(package! smart-tabs-mode)
|
||||||
(package! sclang
|
(package! sclang
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue