Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ^F = scrool forward one screen
  2. ^B = scrool backward one screen
  3. ^D = scrool forward half screen
  4. ^U = scroll backward half screen
  5. ^E = scrool one line down (cursor in the same position)
  6. ^Y = scrool one line up (cursuor in the same position)
  7. zENTER = move current line to top of screen and scroll
  8. z. = move the line to center of screen and scroll
  9. z- = move the line to bottom of screen and scroll
  10. ^L = redraw the screen
  11. H = move to top line on screen
  12. M = move to middle line on screen
  13. L = move to last line on screen
  14. nH = move to n lines below top line
  15. nL = mvoe n lines above last line
  16. n| = move to the n column on the line
  17. ^ = move to first nonblank character on the line (when 0 always move to the first position of a line even if blank)
  18. ( = move to beginning of current sentence
  19. ) = move to beginnig of next sentence
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement