comparison runtime/doc/map.txt @ 28808:0f0fed554cdc

Update runtime files, translations Commit: https://github.com/vim/vim/commit/921bde88804663a7cb825d7f7e8a5d8ae6b58650 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 9 19:50:35 2022 +0100 Update runtime files, translations
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 21:00:05 +0200
parents f73a9bdff3a3
children 57c9377b9c62
comparison
equal deleted inserted replaced
28807:a5f80f4a2d01 28808:0f0fed554cdc
1 *map.txt* For Vim version 8.2. Last change: 2022 Apr 14 1 *map.txt* For Vim version 8.2. Last change: 2022 May 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
118 :tmapc[lear] |mapmode-t| *:tmapc* *:tmapclear* 118 :tmapc[lear] |mapmode-t| *:tmapc* *:tmapclear*
119 Remove ALL mappings for the modes where the map 119 Remove ALL mappings for the modes where the map
120 command applies. 120 command applies.
121 Use the <buffer> argument to remove buffer-local 121 Use the <buffer> argument to remove buffer-local
122 mappings |:map-<buffer>| 122 mappings |:map-<buffer>|
123 Warning: This also removes the default mappings. 123 Warning: This also removes the |mac-standard-mappings|
124 and the |dos-standard-mappings|.
124 125
125 :map |mapmode-nvo| 126 :map |mapmode-nvo|
126 :nm[ap] |mapmode-n| 127 :nm[ap] |mapmode-n|
127 :vm[ap] |mapmode-v| 128 :vm[ap] |mapmode-v|
128 :xm[ap] |mapmode-x| 129 :xm[ap] |mapmode-x|