mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 04:54:12 +01:00
Documented search operations and fixed typo in :seek
This commit is contained in:
@@ -118,7 +118,7 @@ Seek -1m.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:see]| |:seek|
|
||||
|:see| |:seek|
|
||||
||:see[k] {[HH:]MM:SS]}|| +
|
||||
||:see[k] +{time[hms]} | -{time[hms]}|| +
|
||||
________________________________________________________________________________
|
||||
@@ -141,7 +141,7 @@ ________________________________________________________________________________
|
||||
|
||||
|
||||
|-|
|
||||
||-||
|
||||
||-|| +
|
||||
________________________________________________________________________________
|
||||
Decrease volume by 10%.
|
||||
________________________________________________________________________________
|
||||
@@ -173,4 +173,26 @@ Change the media view to {view}. This can only be run when the media tab is the
|
||||
current tab.
|
||||
________________________________________________________________________________
|
||||
|
||||
section:Search{nbsp}commands[search]
|
||||
|
||||
|/|
|
||||
||/{pattern}<CR>|| +
|
||||
________________________________________________________________________________
|
||||
Search for the first occurence of {pattern} in the visisble view.
|
||||
________________________________________________________________________________
|
||||
|
||||
|n|
|
||||
||n|| +
|
||||
________________________________________________________________________________
|
||||
Find next. Repeats the last search. If the search hits BOTTOM of the view, it
|
||||
continues from TOP.
|
||||
________________________________________________________________________________
|
||||
|
||||
|N|
|
||||
||N|| +
|
||||
________________________________________________________________________________
|
||||
Find previous. Repeats the last search in the opposite direction. If the search
|
||||
hits TOP of the view, it continues from BOTTTOM.
|
||||
________________________________________________________________________________
|
||||
|
||||
// vim: set filetype=asciidoc:
|
||||
|
||||
Reference in New Issue
Block a user