diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-10-11 08:57:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-10-11 08:57:33 +0200 |
commit | dc08328821a2c11e33dfb1980332e4923ec64fca (patch) | |
tree | 237125b7b303f9fdae53f8dfefe26d9ee99a8285 /runtime/doc/options.txt | |
parent | dc0ccaee68ca24d10050117fbec757ad33590a17 (diff) | |
download | vim-git-dc08328821a2c11e33dfb1980332e4923ec64fca.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index eeea3aaf3..fad643de3 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4327,8 +4327,8 @@ A jump table for the options with a short description can be found at |Q_op|. original position when no match is found and when pressing <Esc>. You still need to finish the search command with <Enter> to move the cursor to the match. - You can use the CTRL-N and CTRL-P keys to move to the next and - previous match. |c_CTRL-N| |c_CTRL-P| + You can use the CTRL-G and CTRL-T keys to move to the next and + previous match. |c_CTRL-G| |c_CTRL-T| When compiled with the |+reltime| feature Vim only searches for about half a second. With a complicated pattern and/or a lot of text the match may not be found. This is to avoid that Vim hangs while you |