diff options
Diffstat (limited to 'runtime/doc/term.txt')
| -rw-r--r-- | runtime/doc/term.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 4b96dd3330..cdff8760fc 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -4,7 +4,7 @@ VIM REFERENCE MANUAL by Bram Moolenaar -Terminal information *terminal-info* +Terminal information Vim uses information about the terminal you are using to fill the screen and recognize what keys you hit. If this information is not correct, the screen @@ -12,6 +12,8 @@ may be messed up or keys may not be recognized. The actions which have to be performed on the screen are accomplished by outputting a string of characters. + Type <M-]> to see the table of contents. + ============================================================================== Startup *startup-terminal* |