comparison runtime/doc/quickref.txt @ 19163:63beef1ca62c

Update runtime files. Commit: https://github.com/vim/vim/commit/ade0d39468014fd55d30f7647a1ac104baff4bc5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 21 22:33:58 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jan 2020 22:45:04 +0100
parents 130acb903dbe
children 661eb972cb22
comparison
equal deleted inserted replaced
19162:d02825cf56e3 19163:63beef1ca62c
1 *quickref.txt* For Vim version 8.2. Last change: 2019 Dec 07 1 *quickref.txt* For Vim version 8.2. Last change: 2020 Jan 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
1055 |CTRL-C| CTRL-C during searches: Interrupt the search 1055 |CTRL-C| CTRL-C during searches: Interrupt the search
1056 |dos-CTRL-Break| CTRL-Break MS-Windows: during searches: Interrupt the 1056 |dos-CTRL-Break| CTRL-Break MS-Windows: during searches: Interrupt the
1057 search 1057 search
1058 |<Del>| <Del> while entering a count: delete last character 1058 |<Del>| <Del> while entering a count: delete last character
1059 |:version| :ve[rsion] show version information 1059 |:version| :ve[rsion] show version information
1060 |:mode| :mode N MS-Windows: set screen mode to N (number, C80, 1060 |:mode| :mode N set screen mode to N (obsolete)
1061 C4350, etc.)
1062 |:normal| :norm[al][!] {commands} 1061 |:normal| :norm[al][!] {commands}
1063 execute Normal mode commands 1062 execute Normal mode commands
1064 |Q| Q switch to "Ex" mode 1063 |Q| Q switch to "Ex" mode
1065 1064
1066 |:redir| :redir >{file} redirect messages to {file} 1065 |:redir| :redir >{file} redirect messages to {file}