comparison runtime/doc/quickref.txt @ 21:db5102f7e29f

updated for version 7.0013
author vimboss
date Thu, 29 Jul 2004 08:43:53 +0000
parents 3ba373b54370
children 5f559eb69ed8
comparison
equal deleted inserted replaced
20:4ac1dce8dd5e 21:db5102f7e29f
1 *quickref.txt* For Vim version 7.0aa. Last change: 2004 Jul 11 1 *quickref.txt* For Vim version 7.0aa. Last change: 2004 Jul 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
932 |CTRL-L| CTRL-L Clear and redraw the screen. 932 |CTRL-L| CTRL-L Clear and redraw the screen.
933 |CTRL-G| CTRL-G show current file name (with path) and cursor 933 |CTRL-G| CTRL-G show current file name (with path) and cursor
934 position 934 position
935 |ga| ga show ascii value of character under cursor in 935 |ga| ga show ascii value of character under cursor in
936 decimal, hex, and octal 936 decimal, hex, and octal
937 |g8| g8 for utf-8 encoding: show byte sequence for
938 character under cursor in hex.
937 |g_CTRL-G| g CTRL-G show cursor column, line, and character 939 |g_CTRL-G| g CTRL-G show cursor column, line, and character
938 position 940 position
939 |CTRL-C| CTRL-C during searches: Interrupt the search 941 |CTRL-C| CTRL-C during searches: Interrupt the search
940 |dos-CTRL-Break| CTRL-Break MS-DOS: during searches: Interrupt the search 942 |dos-CTRL-Break| CTRL-Break MS-DOS: during searches: Interrupt the search
941 |<Del>| <Del> while entering a count: delete last character 943 |<Del>| <Del> while entering a count: delete last character