diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -181,7 +181,7 @@ ;;;; process runners (use-package jao-shell :demand t - :bind (("s-r" . jao-shell-exec))) + :bind (("s-R" . jao-shell-exec))) ;;;; app launcher (jao-when-linux @@ -918,7 +918,7 @@ ("d" "on docs" jao-consult-spotlight-docs) ("m" "on messages" jao-consult-spotlight-mail)]) - :bind (("s-e" . jao-transient-spotlight)))) + :bind (("s-r" . jao-transient-spotlight)))) ;;; Buffers ;;;; cursor and mark |
