aboutsummaryrefslogtreecommitdiff
path: root/doc/remembering.5
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/remembering.524
1 files changed, 14 insertions, 10 deletions
diff --git a/doc/remembering.5 b/doc/remembering.5
index b130008..1e481fe 100644
--- a/doc/remembering.5
+++ b/doc/remembering.5
@@ -24,25 +24,29 @@ the \fBentry\fR itself.
The \fBrank\fR is a number, and the \fBentry\fR is all the text until the end of the line after the \fC:\fR separator:
+.RS
.nf
- 0:an entry
- 0:banana
- 0:entry
- 0:something
- 0:zzz
+0:an entry
+0:banana
+0:entry
+0:something
+0:zzz
.fi
+.RE
Above is an example of a \fIPROFILE\fR file where all the entries have the default \fBrank\fR value: \fB0\fR.
If the \fICOMMAND\fR runs and chooses \fCbanana\fR, the new \fIPROFILE\fR will be:
+.RS
.nf
- 0:an entry
- 1:banana
- 0:entry
- 0:something
- 0:zzz
+0:an entry
+1:banana
+0:entry
+0:something
+0:zzz
.fi
+.RE
Now the next time the \fICOMMAND\fR runs it will get \fCbanana\fR at the beginning of the list, and as new picks happen their weight will increase, and will keep going up in priority.