mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Added dired jump with quick keybind
This commit is contained in:
parent
c654aa2a4b
commit
eea5b5e148
|
@ -1244,7 +1244,11 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||||
"C-=" 'text-scale-increase
|
"C-=" 'text-scale-increase
|
||||||
|
|
||||||
:desc "Decrease font size"
|
:desc "Decrease font size"
|
||||||
"C--" 'text-scale-decrease)
|
"C--" 'text-scale-decrease
|
||||||
|
|
||||||
|
:desc "Jump to dired"
|
||||||
|
"M-f" 'dired-jump
|
||||||
|
)
|
||||||
|
|
||||||
;;;------ ranger configuration ------;;;
|
;;;------ ranger configuration ------;;;
|
||||||
|
|
||||||
|
@ -1254,9 +1258,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||||
|
|
||||||
:desc "Toggle mark on current file"
|
:desc "Toggle mark on current file"
|
||||||
"x" 'ranger-toggle-mark
|
"x" 'ranger-toggle-mark
|
||||||
|
)
|
||||||
:desc "Open ranger"
|
|
||||||
"o d" 'ranger)
|
|
||||||
|
|
||||||
;;;-- hledger-mode configuration ;;;--
|
;;;-- hledger-mode configuration ;;;--
|
||||||
|
|
||||||
|
|
|
@ -1435,7 +1435,12 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||||
"C-=" 'text-scale-increase
|
"C-=" 'text-scale-increase
|
||||||
|
|
||||||
:desc "Decrease font size"
|
:desc "Decrease font size"
|
||||||
"C--" 'text-scale-decrease)
|
"C--" 'text-scale-decrease
|
||||||
|
|
||||||
|
:desc "Jump to dired"
|
||||||
|
"M-f" 'dired-jump
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Ranger Configuration
|
** Ranger Configuration
|
||||||
|
@ -1448,9 +1453,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||||
|
|
||||||
:desc "Toggle mark on current file"
|
:desc "Toggle mark on current file"
|
||||||
"x" 'ranger-toggle-mark
|
"x" 'ranger-toggle-mark
|
||||||
|
)
|
||||||
:desc "Open ranger"
|
|
||||||
"o d" 'ranger)
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** hledger-mode Configuration
|
** hledger-mode Configuration
|
||||||
|
|
Loading…
Reference in a new issue