1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-19 08:47:46 +03:00

Document ge in README

This commit is contained in:
Maxime Coste 2015-06-20 15:03:44 +01:00
parent 6d23bb056a
commit b79c5e2f8a

View File

@ -343,6 +343,7 @@ Commands begining with g are used to goto certain position and or buffer:
* `gg`, `gk`: go to the first line
* `gj`: go to the last line
* `ge`: go to last char of last line
* `gt`: go to the first displayed line
* `gc`: go to the middle displayed line