comparison runtime/doc/index.txt @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents f529edb9bab3
children c837baf03d43
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
1 *index.txt* For Vim version 7.0aa. Last change: 2004 Dec 24 1 *index.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
805 805
806 tag command note action in Visual mode ~ 806 tag command note action in Visual mode ~
807 ------------------------------------------------------------------------------ 807 ------------------------------------------------------------------------------
808 |v_CTRL-\_CTRL-N| CTRL-\ CTRL-N stop Visual mode 808 |v_CTRL-\_CTRL-N| CTRL-\ CTRL-N stop Visual mode
809 |v_CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode' 809 |v_CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode'
810 |v_CTRL-C| CTRL-C stop Visual mode
810 |v_CTRL-G| CTRL-G toggle between Visual mode and Select mode 811 |v_CTRL-G| CTRL-G toggle between Visual mode and Select mode
811 |v_<BS>| <BS> 2 Select mode: delete highlighted area 812 |v_<BS>| <BS> 2 Select mode: delete highlighted area
812 |v_CTRL-H| CTRL-H 2 same as <BS> 813 |v_CTRL-H| CTRL-H 2 same as <BS>
813 |v_CTRL-O| CTRL-O switch from Select to Visual mode for one 814 |v_CTRL-O| CTRL-O switch from Select to Visual mode for one
814 command 815 command
815 |v_CTRL-V| CTRL-V make Visual mode blockwise or stop Visual 816 |v_CTRL-V| CTRL-V make Visual mode blockwise or stop Visual
816 mode 817 mode
818 |v_<Esc>| <Esc> stop Visual mode
817 |v_CTRL-]| CTRL-] jump to highlighted tag 819 |v_CTRL-]| CTRL-] jump to highlighted tag
818 |v_!| !{filter} 2 filter the highlighted lines through the 820 |v_!| !{filter} 2 filter the highlighted lines through the
819 external command {filter} 821 external command {filter}
820 |v_:| : start a command-line with the highlighted 822 |v_:| : start a command-line with the highlighted
821 lines as a range 823 lines as a range