diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:18:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:18:58 +0000 |
commit | 009b2592f7488286f286484b7f389e36fffa4bd9 (patch) | |
tree | c73d489697594d2c1216168f9bfb8763caed31f7 /runtime/doc/term.txt | |
parent | 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (diff) | |
download | vim-git-009b2592f7488286f286484b7f389e36fffa4bd9.tar.gz |
updated for version 7.0020
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 4ddd63e42..b418e4c53 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 7.0aa. Last change: 2004 Jan 09 +*term.txt* For Vim version 7.0aa. Last change: 2004 Oct 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -372,9 +372,13 @@ If your terminal supports both inversion and standout mode, you can see two different modes. If your terminal supports only one of the modes, both will look the same. + *keypad-comma* The keypad keys, when they are not mapped, behave like the equivalent normal -key. - *xterm-codes* +key. There is one exception: if you have a comma on the keypad instead of a +decimal point, Vim will use a dot anyway. Use these mappings to fix that: > + :noremap <kPoint> , + :noremap! <kPoint> , +< *xterm-codes* There is a special trick to obtain the key codes which currently only works for xterm. When |t_RV| is defined and a response is received which indicates an xterm with patchlevel 141 or higher, Vim uses special escape sequences to |