From 231dbf7038efd6a5289444108b4ea36962fe4743 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 14 Jun 2021 10:01:01 -0300 Subject: doc/remembering.1: Use ".nf"+tabs over ".RS"+".EX" --- doc/remembering.1 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/remembering.1 b/doc/remembering.1 index 3096f93..5fda385 100644 --- a/doc/remembering.1 +++ b/doc/remembering.1 @@ -40,21 +40,17 @@ Show version number. .SH EXAMPLES .P List current directory and feed it to \fBfzf\fR(1) via \fBremembering\fR: -.RS -.EX +.nf -$ ls | remembering -p fzf-ls -c fzf -.EE -.RE + $ ls | remembering -p fzf-ls -c fzf +.fi . -.P +.P Lists all executables available in \fI$PATH\fR, and feed those to \fBdmenu\fR(1) via \fBremembering\fR, and execute with \fBsh\fR(1) the choice picked: -.RS -.EX +.nf -$ dmenu_path | remembering -p dmenu-exe -c 'dmenu' | sh -.EE -.RE + $ dmenu_path | remembering -p dmenu-exe -c 'dmenu' | sh +.fi . .P Successive invocations will put the frequent choices at the beginning. -- cgit v1.2.3