comparison runtime/doc/index.txt @ 2409:0ca06a92adfb vim73

Add support for horizontal scroll wheel. (Bjorn Winckler)
author Bram Moolenaar <bram@vim.org>
date Sun, 25 Jul 2010 15:49:07 +0200
parents 9973354ee964
children f766a1c87f69
comparison
equal deleted inserted replaced
2408:9e2e63af1641 2409:0ca06a92adfb
134 |i_<PageDown>| <PageDown> one screenful forward 134 |i_<PageDown>| <PageDown> one screenful forward
135 |i_<F1>| <F1> same as <Help> 135 |i_<F1>| <F1> same as <Help>
136 |i_<Help>| <Help> stop insert mode and display help window 136 |i_<Help>| <Help> stop insert mode and display help window
137 |i_<Insert>| <Insert> toggle Insert/Replace mode 137 |i_<Insert>| <Insert> toggle Insert/Replace mode
138 |i_<LeftMouse>| <LeftMouse> cursor at mouse click 138 |i_<LeftMouse>| <LeftMouse> cursor at mouse click
139 |i_<MouseDown>| <MouseDown> scroll three lines downwards 139 |i_<ScrollWheelDown>| <ScrollWheelDown> move window three lines down
140 |i_<S-MouseDown>| <S-MouseDown> scroll a full page downwards 140 |i_<S-ScrollWheelDown>| <S-ScrollWheelDown> move window one page down
141 |i_<MouseUp>| <MouseUp> scroll three lines upwards 141 |i_<ScrollWheelUp>| <ScrollWheelUp> move window three lines up
142 |i_<S-MouseUp>| <S-MouseUp> scroll a full page upwards 142 |i_<S-ScrollWheelUp>| <S-ScrollWheelUp> move window one page up
143 |i_<ScrollWheelLeft>| <ScrollWheelLeft> move window six columns left
144 |i_<S-ScrollWheelLeft>| <S-ScrollWheelLeft> move window one page left
145 |i_<ScrollWheelRight>| <ScrollWheelRight> move window six columns right
146 |i_<S-ScrollWheelRight>| <S-ScrollWheelRight> move window one page right
143 147
144 commands in CTRL-X submode *i_CTRL-X_index* 148 commands in CTRL-X submode *i_CTRL-X_index*
145 149
146 |i_CTRL-X_CTRL-D| CTRL-X CTRL-D complete defined identifiers 150 |i_CTRL-X_CTRL-D| CTRL-X CTRL-D complete defined identifiers
147 |i_CTRL-X_CTRL-E| CTRL-X CTRL-E scroll up 151 |i_CTRL-X_CTRL-E| CTRL-X CTRL-E scroll up
439 |<S-Right>| <S-Right> 1 same as "w" 443 |<S-Right>| <S-Right> 1 same as "w"
440 |<S-RightMouse>| <S-RightMouse> same as "#" at the mouse click position 444 |<S-RightMouse>| <S-RightMouse> same as "#" at the mouse click position
441 |<S-Up>| <S-Up> 1 same as CTRL-B 445 |<S-Up>| <S-Up> 1 same as CTRL-B
442 |<Undo>| <Undo> 2 same as "u" 446 |<Undo>| <Undo> 2 same as "u"
443 |<Up>| <Up> 1 same as "k" 447 |<Up>| <Up> 1 same as "k"
444 |<MouseDown>| <MouseDown> scroll three lines downwards 448 |<ScrollWheelDown>| <ScrollWheelDown> move window three lines down
445 |<S-MouseDown>| <S-MouseDown> scroll a full page downwards 449 |<S-ScrollWheelDown>| <S-ScrollWheelDown> move window one page down
446 |<MouseUp>| <MouseUp> scroll three lines upwards 450 |<ScrollWheelUp>| <ScrollWheelUp> move window three lines up
447 |<S-MouseUp>| <S-MouseUp> scroll a full page upwards 451 |<S-ScrollWheelUp>| <S-ScrollWheelUp> move window one page up
452 |<ScrollWheelLeft>| <ScrollWheelLeft> move window six columns left
453 |<S-ScrollWheelLeft>| <S-ScrollWheelLeft> move window one page left
454 |<ScrollWheelRight>| <ScrollWheelRight> move window six columns right
455 |<S-ScrollWheelRight>| <S-ScrollWheelRight> move window one page right
448 456
449 ============================================================================== 457 ==============================================================================
450 2.1 Text objects *objects* 458 2.1 Text objects *objects*
451 459
452 These can be used after an operator or in Visual mode to select an object. 460 These can be used after an operator or in Visual mode to select an object.