| /vim-8.2.3635/src/libvterm/src/ |
| H A D | mouse.c | 5 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) in output_mouse() argument 16 if(!pressed) in output_mouse() 27 if(!pressed) in output_mouse() 41 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm'); in output_mouse() 45 if(!pressed) in output_mouse() 73 void vterm_mouse_button(VTerm *vt, int button, int pressed, VTermModifier mod) in vterm_mouse_button() argument 80 if(pressed) in vterm_mouse_button() 93 output_mouse(state, button-1, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button() 96 output_mouse(state, button-4 + 0x40, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button()
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | russian-typograph.vim | 50 " The Shift key is not pressed 66 " The Shift key is pressed 159 " The Shift key is not pressed 161 " The Shift key is pressed 164 " Alt key pressed 174 " Alt and Shift keys pressed
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | term.txt | 852 pressed while using the mouse.) 945 alt key is pressed (it may move the window). 997 <LeftMouse> left pressed set cursor position 998 <LeftDrag> left moved while pressed extend selection 1001 <MiddleDrag> middle moved while pressed - 1003 <RightMouse> right pressed extend selection 1004 <RightDrag> right moved while pressed extend selection 1006 <X1Mouse> X1 button pressed - *X1Mouse* 1007 <X1Drag> X1 moved while pressed - *X1Drag* 1009 <X2Mouse> X2 button pressed - *X2Mouse* [all …]
|
| H A D | testing.txt | 116 4 shift is pressed 117 8 alt is pressed 118 16 ctrl is pressed
|
| H A D | visual.txt | 473 - Using a non-printable movement command, with the Shift key pressed, and 483 - Non-printable movement commands, with the Shift key pressed, extend the 485 - Non-printable movement commands, with the Shift key NOT pressed, stop Select
|
| H A D | usr_20.txt | 56 <S-Left> (cursor left key with Shift key pressed) and <C-Left> (cursor 57 left key with Control pressed) will not work on all keyboards. Same
|
| H A D | popup.txt | 195 |popup_filter_yesno()| blocks until 'y' or 'n' is pressed 918 When CTRL-C is pressed the popup is closed, the filter will not be invoked. 952 pressed, the number -1 is passed to the callback. 999 " ... 'y' or 'Y' was pressed
|
| H A D | os_haiku.txt | 121 folders with either SHIFT key pressed, Vim changes directory to the folder
|
| H A D | gui.txt | 323 key pressed. 353 button with the shift key pressed when 'mousemodel' is "popup". 423 message). Keep Shift pressed to change to the directory instead. 587 With the shortcut "F" (while keeping the <Alt> key pressed), and then "O", 862 button is pressed, if 'mousemodel' is set to popup or popup_setpos.
|
| H A D | intro.txt | 491 code as <Home>, when pressing <kHome> Vim will think <Home> was pressed. 664 key pressed, and the 'selectmode' option contains "key" 668 the cursor, without keeping the Shift key pressed.
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.el.cp737 | 317 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.el.utf-8 | 317 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh_tw.utf-8 | 325 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh.utf-8 | 325 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.utf-8 | 337 7. Now type CTRL-R (keeping CTRL key pressed while hitting R) a few times 408 ---> When this line was typed in, someone pressed some wrong keys! 504 return you to the line you were on when you first pressed CTRL-G. 844 5. Typing a capital R enters Replace mode until <ESC> is pressed.
|
| H A D | tutor | 337 7. Now type CTRL-R (keeping CTRL key pressed while hitting R) a few times 408 ---> When this line was typed in, someone pressed some wrong keys! 504 return you to the line you were on when you first pressed CTRL-G. 844 5. Typing a capital R enters Replace mode until <ESC> is pressed.
|
| H A D | tutor.el | 317 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh.euc | 407 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh_cn.utf-8 | 407 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.ko.utf-8 | 397 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.ko.euc | 397 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.ko | 397 ---> When this line was typed in, someone pressed some wrong keys!
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 344 void vterm_mouse_button(VTerm *vt, int button, int pressed, VTermModifier mod);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 176 " Default type of completion used when <C-X><C-O> is pressed 853 " So when . is pressed, we need to find 'c'
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | typescript.vim | 450 if mode() == 'i' " gq was not pressed, but tw was set
|