comparison runtime/doc/index.txt @ 27459:5825405e4e2c

Update runtime files Commit: https://github.com/vim/vim/commit/f10911e5db16f1fe6ab519c5d091ad0c1df0d063 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 29 22:20:48 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 23:30:04 +0100
parents 2bdcce61a4e4
children 179c118424a6
comparison
equal deleted inserted replaced
27458:2a7fc102cb91 27459:5825405e4e2c
1 *index.txt* For Vim version 8.2. Last change: 2021 Aug 31 1 *index.txt* For Vim version 8.2. Last change: 2022 Jan 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
935 |v_D| D 2 delete the highlighted lines 935 |v_D| D 2 delete the highlighted lines
936 |v_b_I| I 2 block mode: insert same text in all lines, 936 |v_b_I| I 2 block mode: insert same text in all lines,
937 before the highlighted area 937 before the highlighted area
938 |v_J| J 2 join the highlighted lines 938 |v_J| J 2 join the highlighted lines
939 |v_K| K run 'keywordprg' on the highlighted area 939 |v_K| K run 'keywordprg' on the highlighted area
940 |v_O| O Move horizontally to other corner of area. 940 |v_O| O move horizontally to other corner of area
941 |v_P| P replace highlighted area with register
942 contents; unnamed register is unchanged
941 Q does not start Ex mode 943 Q does not start Ex mode
942 |v_R| R 2 delete the highlighted lines and start 944 |v_R| R 2 delete the highlighted lines and start
943 insert 945 insert
944 |v_S| S 2 delete the highlighted lines and start 946 |v_S| S 2 delete the highlighted lines and start
945 insert 947 insert
998 |v_it| it extend highlighted area with inner tag block 1000 |v_it| it extend highlighted area with inner tag block
999 |v_iw| iw extend highlighted area with "inner word" 1001 |v_iw| iw extend highlighted area with "inner word"
1000 |v_i{| i{ same as iB 1002 |v_i{| i{ same as iB
1001 |v_i}| i} same as iB 1003 |v_i}| i} same as iB
1002 |v_o| o move cursor to other corner of area 1004 |v_o| o move cursor to other corner of area
1005 |v_p| p replace highlighted area with register
1006 contents; deleted text in unnamed register
1003 |v_r| r 2 replace highlighted area with a character 1007 |v_r| r 2 replace highlighted area with a character
1004 |v_s| s 2 delete highlighted area and start insert 1008 |v_s| s 2 delete highlighted area and start insert
1005 |v_u| u 2 make highlighted area lowercase 1009 |v_u| u 2 make highlighted area lowercase
1006 |v_v| v make Visual mode characterwise or stop 1010 |v_v| v make Visual mode characterwise or stop
1007 Visual mode 1011 Visual mode