Closed ok-nick closed 1 year ago
<C-d> - Cursor down half screen <C-u> - Cursor up half screen
<C-d>
<C-u>
<C-b> - Cursor down screen <C-f> - Cursor up screen
<C-b>
<C-f>
H - Cursor top screen M - Cursor middle screen L - Cursor bottom screen
H
M
L
<C-e> - Move screen down one line <C-y> - Move screen up one line
<C-e>
<C-y>
zt - Align top of screen with cursor zz - Align middle of screen with cursor zb - Align bottom of screen with cursor
zt
zz
zb
This app is indeed based on vim-like key mapping, but I have no plans to implement all of vim's spectacular magic. If I ever get frustrated, I will think about these commands.
<C-d>
- Cursor down half screen<C-u>
- Cursor up half screen<C-b>
- Cursor down screen<C-f>
- Cursor up screenH
- Cursor top screenM
- Cursor middle screenL
- Cursor bottom screen<C-e>
- Move screen down one line<C-y>
- Move screen up one linezt
- Align top of screen with cursorzz
- Align middle of screen with cursorzb
- Align bottom of screen with cursor