summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Aranda <maurooaranda@gmail.com>2025-03-05 09:51:13 -0300
committerMauro Aranda <maurooaranda@gmail.com>2025-03-05 09:51:13 -0300
commit743e815a07b40eea5b1f65ef5f753922cadaaea0 (patch)
tree43da6f3d602ab41afbad68c45f7b1f338aa96d66
parent80b50449bc4417a5d0bada8039bc98d7e2e73b8d (diff)
Bind "o" to other-window in the syllables bufferexternals/hiddenquote
* hiddenquote.el (hiddenquote-syllables-map): Bind "o" to other-window.
-rw-r--r--hiddenquote.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/hiddenquote.el b/hiddenquote.el
index a4d712f..d7f7739 100644
--- a/hiddenquote.el
+++ b/hiddenquote.el
@@ -352,6 +352,7 @@ allow running the command after exiting Isearch."
(define-key map "\C-e" #'hiddenquote-end-of-line-syllable)
(define-key map "\M->" #'hiddenquote-goto-last-syllable)
(define-key map "\C-x u" #'hiddenquote-undo)
+ (define-key map "o" #'other-window)
map)
"Keymap for the Syllables buffer.")