mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-16 23:33:33 +01:00
Fix vanishing some descriptions of Quickmarks
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
This commit is contained in:
@@ -143,17 +143,17 @@ section:QuickMarks[quickmarks]
|
|||||||
||go[a]\\{a-zA-Z0-9\\}[a]||
|
||go[a]\\{a-zA-Z0-9\\}[a]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Jump to a QuickMark in the current tab. Open any QuickMark in the current tab.
|
Jump to a QuickMark in the current tab. Open any QuickMark in the current tab.
|
||||||
You can mark any URLs with [m]M{a-zA-Z0-9}[m]. These QuickMarks are persistent
|
You can mark any URLs with [m]M[m][a]\\{a-zA-Z0-9\\}[a]. These QuickMarks are
|
||||||
across browser sessions.
|
persistent across browser sessions.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|gn| +
|
|gn| +
|
||||||
||gn[a]\\{a-zA-Z0-9\\}[a]||
|
||gn[a]\\{a-zA-Z0-9\\}[a]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Jump to a QuickMark in a new tab. Works like [m]go{a-zA-Z0-9}[m] but opens the
|
Jump to a QuickMark in a new tab. Works like [m]go[m][a]\\{a-zA-Z0-9\\}[a] but
|
||||||
QuickMark in a new tab. Whether the new tab is activated or not depends on the
|
opens the QuickMark in a new tab. Whether the new tab is activated or not
|
||||||
'activate' option. +
|
depends on the 'activate' option. +
|
||||||
Mnemonic: Go in a new tab. [m]gt[m] would make more sense but is already
|
Mnemonic: Go in a new tab. [m]gt[m] would make more sense but is already
|
||||||
taken.
|
taken.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -163,8 +163,9 @@ ________________________________________________________________________________
|
|||||||
||M[a]\\{a-zA-Z0-9\\}[a]||
|
||M[a]\\{a-zA-Z0-9\\}[a]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Add new QuickMark for current URL. You can go to a marked URL in the current
|
Add new QuickMark for current URL. You can go to a marked URL in the current
|
||||||
tab with [m]go{a-zA-Z0-9}[m] or in a new tab with [m]gn{a-zA-Z0-9}[m]. These
|
tab with [m]go[m][a]\\{a-zA-Z0-9\\}[a] or in a new tab with
|
||||||
QuickMarks are persistent across browser sessions.
|
[m]gn[m][a]\\{a-zA-Z0-9\\}[a]. These QuickMarks are persistent across browser
|
||||||
|
sessions.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user