added open-with shortcut
This commit is contained in:
parent
be4efcf5b9
commit
c2bbfdbda0
1
conf.org
1
conf.org
|
@ -1932,6 +1932,7 @@ Dired makes new buffers by default. Use =find-alternate-file= to avoid this.
|
||||||
(kbd "<return>") 'dired-find-alternate-file
|
(kbd "<return>") 'dired-find-alternate-file
|
||||||
"^" (lambda () (interactive) (find-alternate-file ".."))
|
"^" (lambda () (interactive) (find-alternate-file ".."))
|
||||||
(kbd "C-<return>") 'nd/dired-xdg-open
|
(kbd "C-<return>") 'nd/dired-xdg-open
|
||||||
|
(kbd "M-<return>") 'nd/dired-open-with
|
||||||
"q" 'nd/kill-current-buffer)
|
"q" 'nd/kill-current-buffer)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** helm
|
**** helm
|
||||||
|
|
Loading…
Reference in New Issue