diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-09-10 21:24:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 06:24:08 -0700 |
commit | af6948d271421380e0780fa4351413e62194b2df (patch) | |
tree | 53dcc3ee1671bd9341701df6f9b7bb4bdb1e1a27 /runtime/doc/index.txt | |
parent | 4b452d4efb8cbab48129189833ac8af9a1d02a2f (diff) | |
download | rneovim-af6948d271421380e0780fa4351413e62194b2df.tar.gz rneovim-af6948d271421380e0780fa4351413e62194b2df.tar.bz2 rneovim-af6948d271421380e0780fa4351413e62194b2df.zip |
docs(terminal): clarify CTRL-\ behavior #15171
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 9a279ad880..b69b294820 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1096,8 +1096,9 @@ tag command action in Command-line editing mode ~ ============================================================================== 5. Terminal mode *terminal-mode-index* -In a |terminal| buffer all keys except |CTRL-\_CTRL-N| are forwarded to the -terminal job. Use CTRL-\_CTRL-N to go to Normal mode. +In a |terminal| buffer all keys except CTRL-\ are forwarded to the terminal +job. If CTRL-\ is pressed, the next key is forwarded unless it is CTRL-N. +Use |CTRL-\_CTRL-N| to go to Normal mode. You found it, Arthur! *holy-grail* |