From 75950967b9b1d657e4ada09cc34d60d26dc3476a Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sun, 14 Jan 2024 10:13:47 +0100 Subject: [PATCH] Mention the help command, or suggest to use describe-keymap function --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index a1a73f0..040a3b6 100644 --- a/README.org +++ b/README.org @@ -172,7 +172,9 @@ Add the following to your configuration to trigger summary functionality with ke ** Key bindings -Since the FastGPT shell inherits from =comint-mode= indirectly, many key bindings are also inherited. 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. +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. 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: