mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-30 22:04:07 +02:00
add N% normal mode command
This commit is contained in:
@@ -73,7 +73,7 @@ ________________________________________________________________________________
|
||||
|<Home>| |gg| +
|
||||
||[count]gg||
|
||||
________________________________________________________________________________
|
||||
Goto the top of the document. When used with [count] like in [m]35gg[m], it
|
||||
Go to the top of the document. When used with [count] like in [m]35gg[m], it
|
||||
scrolls to 35% of the document.
|
||||
________________________________________________________________________________
|
||||
|
||||
@@ -81,11 +81,18 @@ ________________________________________________________________________________
|
||||
|<End>| |G| +
|
||||
||[count]G||
|
||||
________________________________________________________________________________
|
||||
Goto the end of the document. When used with [count] like in [m]35G[m], it
|
||||
Go to the end of the document. When used with [count] like in [m]35G[m], it
|
||||
scrolls to 35% of the document.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|N%| +
|
||||
||{count}%||
|
||||
________________________________________________________________________________
|
||||
Scroll to {count} percent of the document.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|<Left>| |h| +
|
||||
||[count]h||
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user