From c2bbfdbda06ece62e3e24adca77c89082d053865 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Tue, 28 Aug 2018 17:15:15 -0400 Subject: [PATCH] added open-with shortcut --- conf.org | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.org b/conf.org index e9f9b47..94abba4 100644 --- a/conf.org +++ b/conf.org @@ -1932,6 +1932,7 @@ Dired makes new buffers by default. Use =find-alternate-file= to avoid this. (kbd "") 'dired-find-alternate-file "^" (lambda () (interactive) (find-alternate-file "..")) (kbd "C-") 'nd/dired-xdg-open + (kbd "M-") 'nd/dired-open-with "q" 'nd/kill-current-buffer) #+END_SRC **** helm