Mercurial > vim
comparison runtime/doc/term.txt @ 600:3871315b26ca
updated for version 7.0170
author | vimboss |
---|---|
date | Wed, 14 Dec 2005 22:04:43 +0000 |
parents | 4772a5e3f9fa |
children | 9090f866cd57 |
comparison
equal
deleted
inserted
replaced
599:2aac9eed5fbb | 600:3871315b26ca |
---|---|
1 *term.txt* For Vim version 7.0aa. Last change: 2005 Aug 27 | 1 *term.txt* For Vim version 7.0aa. Last change: 2005 Dec 14 |
2 | 2 |
3 | 3 |
4 VIM REFERENCE MANUAL by Bram Moolenaar | 4 VIM REFERENCE MANUAL by Bram Moolenaar |
5 | 5 |
6 | 6 |
682 <LeftDrag> yes start or extend (1) no *<LeftDrag>* | 682 <LeftDrag> yes start or extend (1) no *<LeftDrag>* |
683 <LeftRelease> yes start or extend (1) no | 683 <LeftRelease> yes start or extend (1) no |
684 <MiddleMouse> yes if not active no put | 684 <MiddleMouse> yes if not active no put |
685 <MiddleMouse> yes if active no yank and put | 685 <MiddleMouse> yes if active no yank and put |
686 <RightMouse> yes start or extend yes | 686 <RightMouse> yes start or extend yes |
687 <A-RightMouse> yes start or extend blockw. yes *<A-RightMouse>* | |
687 <S-RightMouse> yes no change yes "#" (2) *<S-RightMouse>* | 688 <S-RightMouse> yes no change yes "#" (2) *<S-RightMouse>* |
688 <C-RightMouse> no no change no "CTRL-T" | 689 <C-RightMouse> no no change no "CTRL-T" |
689 <RightDrag> yes extend no *<RightDrag>* | 690 <RightDrag> yes extend no *<RightDrag>* |
690 <RightRelease> yes extend no *<RightRelease>* | 691 <RightRelease> yes extend no *<RightRelease>* |
691 | 692 |
697 <S-LeftMouse> yes (cannot be active) yes "CTRL-O*" (2) | 698 <S-LeftMouse> yes (cannot be active) yes "CTRL-O*" (2) |
698 <LeftDrag> yes start or extend (1) no like CTRL-O (1) | 699 <LeftDrag> yes start or extend (1) no like CTRL-O (1) |
699 <LeftRelease> yes start or extend (1) no like CTRL-O (1) | 700 <LeftRelease> yes start or extend (1) no like CTRL-O (1) |
700 <MiddleMouse> no (cannot be active) no put register | 701 <MiddleMouse> no (cannot be active) no put register |
701 <RightMouse> yes start or extend yes like CTRL-O | 702 <RightMouse> yes start or extend yes like CTRL-O |
703 <A-RightMouse> yes start or extend blockw. yes | |
702 <S-RightMouse> yes (cannot be active) yes "CTRL-O#" (2) | 704 <S-RightMouse> yes (cannot be active) yes "CTRL-O#" (2) |
703 <C-RightMouse> no (cannot be active) no "CTRL-O CTRL-T" | 705 <C-RightMouse> no (cannot be active) no "CTRL-O CTRL-T" |
704 | 706 |
705 In a help window: | 707 In a help window: |
706 event position selection change action ~ | 708 event position selection change action ~ |
711 | 713 |
712 Normal Mode: | 714 Normal Mode: |
713 event position selection change action ~ | 715 event position selection change action ~ |
714 cursor window ~ | 716 cursor window ~ |
715 <S-LeftMouse> yes start or extend (1) no | 717 <S-LeftMouse> yes start or extend (1) no |
718 <A-LeftMouse> yes start or extend blockw. no *<A-LeftMouse>* | |
716 <RightMouse> no popup menu no | 719 <RightMouse> no popup menu no |
717 | 720 |
718 Insert or Replace Mode: | 721 Insert or Replace Mode: |
719 event position selection change action ~ | 722 event position selection change action ~ |
720 cursor window ~ | 723 cursor window ~ |
721 <S-LeftMouse> yes start or extend (1) no like CTRL-O (1) | 724 <S-LeftMouse> yes start or extend (1) no like CTRL-O (1) |
725 <A-LeftMouse> yes start or extend blockw. no | |
722 <RightMouse> no popup menu no | 726 <RightMouse> no popup menu no |
723 | 727 |
724 (1) only if mouse pointer moved since press | 728 (1) only if mouse pointer moved since press |
725 (2) only if click is in same buffer | 729 (2) only if click is in same buffer |
726 | 730 |
741 | 745 |
742 In Normal, Visual and Select mode clicking the right mouse button causes the | 746 In Normal, Visual and Select mode clicking the right mouse button causes the |
743 Visual area to be extended. When 'mousemodel' is "popup", the left button has | 747 Visual area to be extended. When 'mousemodel' is "popup", the left button has |
744 to be used while keeping the shift key pressed. When clicking in a window | 748 to be used while keeping the shift key pressed. When clicking in a window |
745 which is editing another buffer, the Visual or Select mode is stopped. | 749 which is editing another buffer, the Visual or Select mode is stopped. |
750 | |
751 In Normal, Visual and Select mode clicking the right mouse button with the alt | |
752 key pressed causes the Visual area to become blockwise. When 'mousemodel is | |
753 "popup" the left button has to be used with the alt key. Note that this won't | |
754 work on systems where the window manager uses the mouse when the alt key is | |
755 pressed (it may move the window). | |
746 | 756 |
747 *double-click* | 757 *double-click* |
748 Double, triple and quadruple clicks are supported when the GUI is active, | 758 Double, triple and quadruple clicks are supported when the GUI is active, |
749 for MS-DOS and Win32, and for an xterm (if the gettimeofday() function is | 759 for MS-DOS and Win32, and for an xterm (if the gettimeofday() function is |
750 available). For selecting text, extra clicks extend the selection: | 760 available). For selecting text, extra clicks extend the selection: |