Skip to content

Commit

Permalink
tweak(keybindings): bind +open-with-default-app to SPC o SPC
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 12, 2023
1 parent 1018a12 commit d65c6a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@
"wU" #'winner-redo

;; ====== Applications (Open) ======
"o" '(nil :wk "app/open")
"o" '(nil :wk "open")
"o-" '(dired :wk "Dired") ;; Will be overwritten if dirvish is used
"oa" #'org-agenda
"oe" #'eshell
"o SPC" #'+open-with-default-app

;; ====== Search ======
"s" '(nil :wk "search")
Expand Down

0 comments on commit d65c6a0

Please sign in to comment.