comparison runtime/doc/insert.txt @ 19813:350e1d3131d8

Update runtime files Commit: https://github.com/vim/vim/commit/191acfdecabfbd2a74867e77004196fb3b4a8c14 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 27 20:42:43 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Mar 2020 21:00:05 +0100
parents 51bc26d4a393
children 1908e92b02fd
comparison
equal deleted inserted replaced
19812:7cde7ea94dd3 19813:350e1d3131d8
1 *insert.txt* For Vim version 8.2. Last change: 2020 Jan 26 1 *insert.txt* For Vim version 8.2. Last change: 2020 Mar 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
377 CTRL-O execute one command, return to Insert mode *i_CTRL-O* 377 CTRL-O execute one command, return to Insert mode *i_CTRL-O*
378 CTRL-\ CTRL-O like CTRL-O but don't move the cursor *i_CTRL-\_CTRL-O* 378 CTRL-\ CTRL-O like CTRL-O but don't move the cursor *i_CTRL-\_CTRL-O*
379 CTRL-L when 'insertmode' is set: go to Normal mode *i_CTRL-L* 379 CTRL-L when 'insertmode' is set: go to Normal mode *i_CTRL-L*
380 CTRL-G u break undo sequence, start new change *i_CTRL-G_u* 380 CTRL-G u break undo sequence, start new change *i_CTRL-G_u*
381 CTRL-G U don't break undo with next left/right cursor *i_CTRL-G_U* 381 CTRL-G U don't break undo with next left/right cursor *i_CTRL-G_U*
382 movement, if the cursor stays within 382 movement, if the cursor stays within the
383 same the line 383 same line
384 ----------------------------------------------------------------------- 384 -----------------------------------------------------------------------
385 385
386 Note: If the cursor keys take you out of Insert mode, check the 'noesckeys' 386 Note: If the cursor keys take you out of Insert mode, check the 'noesckeys'
387 option. 387 option.
388 388