diff options
| author | Mauro Aranda <maurooaranda@gmail.com> | 2025-03-05 09:51:13 -0300 |
|---|---|---|
| committer | Mauro Aranda <maurooaranda@gmail.com> | 2025-03-05 09:51:13 -0300 |
| commit | 743e815a07b40eea5b1f65ef5f753922cadaaea0 (patch) | |
| tree | 43da6f3d602ab41afbad68c45f7b1f338aa96d66 | |
| parent | 80b50449bc4417a5d0bada8039bc98d7e2e73b8d (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.el | 1 |
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.") |
