comparison runtime/doc/quickref.txt @ 10498:883396809b45

commit https://github.com/vim/vim/commit/bc2eada5424bff06f7eb77c032ecc067da52b846 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 2 21:27:47 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Jan 2017 21:30:04 +0100
parents 9f48eab77d62
children 7598ce51bf2a
comparison
equal deleted inserted replaced
10497:4401e7bed2fe 10498:883396809b45
1 *quickref.txt* For Vim version 8.0. Last change: 2016 Aug 21 1 *quickref.txt* For Vim version 8.0. Last change: 2016 Dec 16
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
1065 |c_CTRL-U| CTRL-U remove all characters 1065 |c_CTRL-U| CTRL-U remove all characters
1066 1066
1067 |c_<Up>| <Up>/<Down> recall older/newer command-line that starts 1067 |c_<Up>| <Up>/<Down> recall older/newer command-line that starts
1068 with current command 1068 with current command
1069 |c_<S-Up>| <S-Up>/<S-Down> recall older/newer command-line from history 1069 |c_<S-Up>| <S-Up>/<S-Down> recall older/newer command-line from history
1070 |c_CTRL-G| CTRL-G next match when 'incsearch' is active
1071 |c_CTRL-T| CTRL-T previous match when 'incsearch' is active
1070 |:history| :his[tory] show older command-lines 1072 |:history| :his[tory] show older command-lines
1071 1073
1072 Context-sensitive completion on the command-line: 1074 Context-sensitive completion on the command-line:
1073 1075
1074 |c_wildchar| 'wildchar' (default: <Tab>) 1076 |c_wildchar| 'wildchar' (default: <Tab>)