nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH 3/3 V13] docs: add descriptions of the bindable book


From: Benno Schulenberg
Subject: [Nano-devel] [PATCH 3/3 V13] docs: add descriptions of the bindable bookmark functions
Date: Mon, 17 Dec 2018 15:12:28 +0100

From: Marco Diego Aurélio Mesquita <address@hidden>

Signed-off-by: Marco Diego Aurélio Mesquita <address@hidden>
---
 doc/nano.texi | 9 +++++++++
 doc/nanorc.5  | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/doc/nano.texi b/doc/nano.texi
index cdadd8d8..8e4db95f 100644
--- a/doc/nano.texi
+++ b/doc/nano.texi
@@ -1296,6 +1296,15 @@ as a macro.  When already recording, the recording is 
stopped.
 @item runmacro
 Replays the keystrokes of the last recorded macro.
 
address@hidden bookmark
+Sets a bookmark on the current line, or removes it when already set.
+
address@hidden prevbookmark
+Goes to the previous bookmark in the current buffer.
+
address@hidden nextbookmark
+Goes to the next bookmark in the current buffer.
+
 @item undo
 Undoes the last performed text action (add text, delete text, etc).
 
diff --git a/doc/nanorc.5 b/doc/nanorc.5
index 21af1a79..97e30cbf 100644
--- a/doc/nanorc.5
+++ b/doc/nanorc.5
@@ -656,6 +656,15 @@ as a macro.  When already recording, the recording is 
stopped.
 .B runmacro
 Replays the keystrokes of the last recorded macro.
 .TP
+.B bookmark
+Sets a bookmark on the current line, or removes it when already set.
+.TP
+.B prevbookmark
+Goes to the next bookmark in the current buffer.
+.TP
+.B nextbookmark
+Goes to the previous bookmark in the current buffer.
+.TP
 .B undo
 Undoes the last performed text action (add text, delete text, etc).
 .TP
-- 
2.19.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]