Update docs for H and L

H and L no longer move the cursor 10 lines up or down. Not sure how or when they did before, but they don't anymore, so the docs should reflect that.
This commit is contained in:
Devagamster 2015-08-24 16:04:46 -07:00 committed by syl20bnr
parent 40fba3ac4d
commit 93d227b73f
1 changed files with 2 additions and 2 deletions

View File

@ -1171,8 +1171,8 @@ Navigation is performed using the Vi key bindings ~hjkl~.
| ~j~ | move cursor down |
| ~k~ | move cursor up |
| ~l~ | move cursor right |
| ~H~ | move quickly up (10 lines at a time) |
| ~L~ | move quickly down (10 lines at a time) |
| ~H~ | move cursor to the top of the screen |
| ~L~ | move cursor to the bottom of the screen |
| ~SPC j h~ | go to the beginning of line (and set a mark at the previous location in the line) |
| ~SPC j l~ | go to the end of line (and set a mark at the previous location in the line) |
| ~SPC t -~ | lock the cursor at the center of the screen |