comparison runtime/doc/gui.txt @ 1619:b9740fb41986

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 20:39:31 +0000
parents d24983341b50
children 0b796e045c42
comparison
equal deleted inserted replaced
1618:46bbe11644e0 1619:b9740fb41986
1 *gui.txt* For Vim version 7.1. Last change: 2007 May 11 1 *gui.txt* For Vim version 7.2a. Last change: 2008 Jun 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
323 - in Command-line mode 323 - in Command-line mode
324 - in the Command-line window and pointing in another window 324 - in the Command-line window and pointing in another window
325 - at the |hit-enter| prompt 325 - at the |hit-enter| prompt
326 - whenever the current mode is not in the 'mouse' option 326 - whenever the current mode is not in the 'mouse' option
327 - when holding the CTRL and SHIFT keys in the GUI 327 - when holding the CTRL and SHIFT keys in the GUI
328
328 Since Vim continues like the selection isn't there, and there is no mode 329 Since Vim continues like the selection isn't there, and there is no mode
329 associated with the selection, this is called modeless selection. Any text in 330 associated with the selection, this is called modeless selection. Any text in
330 the Vim window can be selected. Select the text by pressing the left mouse 331 the Vim window can be selected. Select the text by pressing the left mouse
331 button at the start, drag to the end and release. To extend the selection, 332 button at the start, drag to the end and release. To extend the selection,
332 use the right mouse button when 'mousemodel' is "extend", or the left mouse 333 use the right mouse button when 'mousemodel' is "extend", or the left mouse
333 button with the shift key pressed when 'mousemodel' is "popup". 334 button with the shift key pressed when 'mousemodel' is "popup".
334 The middle mouse button pastes the text.
335 The selection is removed when the selected text is scrolled or changed. 335 The selection is removed when the selected text is scrolled or changed.
336
336 On the command line CTRL-Y can be used to copy the selection into the 337 On the command line CTRL-Y can be used to copy the selection into the
337 clipboard. To do this from Insert mode, use CTRL-O : CTRL-Y <CR>. 338 clipboard. To do this from Insert mode, use CTRL-O : CTRL-Y <CR>. When
339 'guioptions' contains a or A (default on X11), the selection is automatically
340 copied to the "* register.
341
342 The middle mouse button can then paste the text. On non-X11 systems, you can
343 use CTRL-R +.
338 344
339 345
340 3.4 Using Mouse on Status Lines *gui-mouse-status* 346 3.4 Using Mouse on Status Lines *gui-mouse-status*
341 347
342 Clicking the left or right mouse button on the status line below a Vim 348 Clicking the left or right mouse button on the status line below a Vim