comparison runtime/doc/gui_w32.txt @ 81:bf3f798c35c6

updated for version 7.0033
author vimboss
date Fri, 07 Jan 2005 21:45:22 +0000
parents 3fc0f57ecb91
children c93c9cad9618
comparison
equal deleted inserted replaced
80:d2796c60ca6f 81:bf3f798c35c6
1 *gui_w32.txt* For Vim version 7.0aa. Last change: 2004 May 03 1 *gui_w32.txt* For Vim version 7.0aa. Last change: 2005 Jan 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
231 source $VIMRUNTIME/mswin.vim 231 source $VIMRUNTIME/mswin.vim
232 232
233 Since CTRL-C is used to copy the text to the clipboard, it can't be used to 233 Since CTRL-C is used to copy the text to the clipboard, it can't be used to
234 cancel an operation. Use CTRL-Break for that. 234 cancel an operation. Use CTRL-Break for that.
235 235
236 CTRL-Z is used for undo. This means you can't suspend Vim.
237
236 *CTRL-V-alternative* 238 *CTRL-V-alternative*
237 Since CTRL-V is used to paste, you can't use it to start a blockwise Visual 239 Since CTRL-V is used to paste, you can't use it to start a blockwise Visual
238 selection. You can use CTRL-Q instead. You can also use CTRL-Q in Insert 240 selection. You can use CTRL-Q instead. You can also use CTRL-Q in Insert
239 mode and Command-line mode to get the old meaning of CTRL-V. But CTRL-Q 241 mode and Command-line mode to get the old meaning of CTRL-V. But CTRL-Q
240 doesn't work for terminals when it's used for control flow. 242 doesn't work for terminals when it's used for control flow.