mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
fix goto commands documention in README
This commit is contained in:
parent
7aa78d726a
commit
a292a23de1
@ -245,8 +245,8 @@ 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
|
||||
|
||||
* _gt_, _gk_: go to the first displayed line
|
||||
* _gc_, _gk_: go to the middle displayed line
|
||||
* _gt_: go to the first displayed line
|
||||
* _gc_: go to the middle displayed line
|
||||
* _gb_: go to the last displayed line
|
||||
|
||||
* _ga_: go to the previous (alternate) buffer
|
||||
|
Loading…
Reference in New Issue
Block a user