Mercurial > vim
comparison runtime/doc/usr_40.txt @ 27036:3e661b0cf500
Update runtime files
Commit: https://github.com/vim/vim/commit/2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 8 21:51:59 2022 +0000
Update runtime files
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 08 Jan 2022 23:00:06 +0100 |
parents | d4c7b3e9cd17 |
children | 0fdf36de4018 |
comparison
equal
deleted
inserted
replaced
27035:5232c68bb21d | 27036:3e661b0cf500 |
---|---|
1 *usr_40.txt* For Vim version 8.2. Last change: 2020 Sep 02 | 1 *usr_40.txt* For Vim version 8.2. Last change: 2022 Jan 03 |
2 | 2 |
3 VIM USER MANUAL - by Bram Moolenaar | 3 VIM USER MANUAL - by Bram Moolenaar |
4 | 4 |
5 Make new commands | 5 Make new commands |
6 | 6 |
18 Table of contents: |usr_toc.txt| | 18 Table of contents: |usr_toc.txt| |
19 | 19 |
20 ============================================================================== | 20 ============================================================================== |
21 *40.1* Key mapping | 21 *40.1* Key mapping |
22 | 22 |
23 A simple mapping was explained in section |05.3|. The principle is that one | 23 A simple mapping was explained in section |05.4|. The principle is that one |
24 sequence of key strokes is translated into another sequence of key strokes. | 24 sequence of key strokes is translated into another sequence of key strokes. |
25 This is a simple, yet powerful mechanism. | 25 This is a simple, yet powerful mechanism. |
26 The simplest form is that one key is mapped to a sequence of keys. Since | 26 The simplest form is that one key is mapped to a sequence of keys. Since |
27 the function keys, except <F1>, have no predefined meaning in Vim, these are | 27 the function keys, except <F1>, have no predefined meaning in Vim, these are |
28 good choices to map. Example: > | 28 good choices to map. Example: > |