Added dired jump with quick keybind
This commit is contained in:
@@ -1435,7 +1435,12 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||
"C-=" 'text-scale-increase
|
||||
|
||||
:desc "Decrease font size"
|
||||
"C--" 'text-scale-decrease)
|
||||
"C--" 'text-scale-decrease
|
||||
|
||||
:desc "Jump to dired"
|
||||
"M-f" 'dired-jump
|
||||
)
|
||||
|
||||
|
||||
#+END_SRC
|
||||
** Ranger Configuration
|
||||
@@ -1448,9 +1453,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||
|
||||
:desc "Toggle mark on current file"
|
||||
"x" 'ranger-toggle-mark
|
||||
|
||||
:desc "Open ranger"
|
||||
"o d" 'ranger)
|
||||
)
|
||||
|
||||
#+END_SRC
|
||||
** hledger-mode Configuration
|
||||
|
Reference in New Issue
Block a user