diff options
Diffstat (limited to 'runtime/doc/version8.txt')
-rw-r--r-- | runtime/doc/version8.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index a419bd7d1..9cf047bb7 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -1,4 +1,4 @@ -*version8.txt* For Vim version 8.0. Last change: 2016 Nov 06 +*version8.txt* For Vim version 8.0. Last change: 2016 Dec 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -181,6 +181,12 @@ Insert mode commands: ~ |i_CTRL-G_U| CTRL-G U don't break undo with next cursor movement +Cmdline mode commands: ~ + +|/_CTRL-G| CTRL-G move to the next match in 'incsearch' mode +|/_CTRL-T| CTRL-T move to the previous match in 'incsearch' mode + + Options: ~ 'belloff' do not ring the bell for these reasons |