added open-with shortcut

This commit is contained in:
petrucci4prez 2018-08-28 17:15:15 -04:00
parent be4efcf5b9
commit c2bbfdbda0
1 changed files with 1 additions and 0 deletions

View File

@ -1932,6 +1932,7 @@ Dired makes new buffers by default. Use =find-alternate-file= to avoid this.
(kbd "<return>") 'dired-find-alternate-file
"^" (lambda () (interactive) (find-alternate-file ".."))
(kbd "C-<return>") 'nd/dired-xdg-open
(kbd "M-<return>") 'nd/dired-open-with
"q" 'nd/kill-current-buffer)
#+END_SRC
**** helm