diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-02 21:27:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-02 21:27:47 +0100 |
commit | bc2eada5424bff06f7eb77c032ecc067da52b846 (patch) | |
tree | 13e0f8ddf22eca74068bc5b8f31f91386bd7f8f9 /runtime/doc/quickref.txt | |
parent | 269aec7e615b7710139a69a4c715dfe534aa3a1a (diff) | |
download | vim-git-bc2eada5424bff06f7eb77c032ecc067da52b846.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 4ffc836fc..e0252f77b 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.0. Last change: 2016 Aug 21 +*quickref.txt* For Vim version 8.0. Last change: 2016 Dec 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1067,6 +1067,8 @@ Short explanation of each option: *option-list* |c_<Up>| <Up>/<Down> recall older/newer command-line that starts with current command |c_<S-Up>| <S-Up>/<S-Down> recall older/newer command-line from history +|c_CTRL-G| CTRL-G next match when 'incsearch' is active +|c_CTRL-T| CTRL-T previous match when 'incsearch' is active |:history| :his[tory] show older command-lines Context-sensitive completion on the command-line: |