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
|
||||
"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-right-alternate-modifier 'none)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue