kill dired buffers instead of frame
This commit is contained in:
parent
1daf3c7d01
commit
be43279f97
2 changed files with 2 additions and 2 deletions
|
@ -861,7 +861,7 @@ I'm making a small function in here to open files in the appropriate program usi
|
|||
"od" '(dired-jump :which-key "open dired here")
|
||||
"oD" '(dired :which-key "open dired here"))
|
||||
(general-def 'normal dired-mode-map
|
||||
"q" 'chris/kill-buffer-frame
|
||||
"q" 'kill-this-buffer
|
||||
"C-<return>" 'chris/dired-open-xdg))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue