From 9dc6eaf7cab6731d7603f141fcb56be2557a7e8b Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Wed, 10 Apr 2024 17:50:55 +0200 Subject: [PATCH] Minor changes --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index cb0002b..c9e2814 100644 --- a/README.org +++ b/README.org @@ -176,11 +176,11 @@ In order to be consistent with all keymaps, and to avoid clashes, the functional (keymap-set embark-url-map "K" embark-kagi-url-map) #+end_src -** Key bindings +** FastGPT shell key bindings Since the FastGPT shell inherits from =comint-mode= indirectly, many key bindings are also inherited. Enter the =help= command in the shell to get more info, or run =describe-keymap= on =fastgpt-shell-mode-map=. -One of those bindings is =C-c C-o=, which flushes the last output. However, this binding is used in =org-mode= to open a URL an point. Typical FastGPT results include URLs so one may be tempted to type =C-c C-o= to browse the URL, only to have the output erased. +One of those bindings is =C-c C-o=, which flushes the last output. However, this binding is used in =org-mode= to open a URL an point. Typical FastGPT results include URLs so one may be tempted to type =C-c C-o= to browse the URL, only to have the output erased (which you can undo, actually). If you recognize this confusion, you may want to add the following line to your configuration file to shadow the =comint-mode= binding with something more appropriate: