Skip to content

Commit

Permalink
feat(emacs): dirvish: add hotkey for #'dired-gitignore-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 1, 2024
1 parent ced6402 commit 72e88f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
"d" #'dirvish)
(gg/local
:keymaps 'dirvish-mode-map
"i" #'dired-gitignore-mode
"g" #'dirvish-emerge-mode
"f" #'dired-create-empty-file
"k" #'dired-create-directory))
Expand Down

0 comments on commit 72e88f1

Please sign in to comment.