From f2ec0f33dacf68b6722f1ceaee8e4704cac5739b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Diego=20Aur=C3=A9lio=20Mesquita?= Date: Thu, 6 Dec 2018 17:28:23 -0300 Subject: [PATCH 3/3] docs: add bookmarks documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add documentation for the bookmarks feature. Signed-off-by: Marco Diego Aurélio Mesquita --- doc/nano.texi | 9 +++++++++ doc/nanorc.5 | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/doc/nano.texi b/doc/nano.texi index d5d275d..e8ad625 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -1153,6 +1153,15 @@ current cursor position. Throw away the current line (or the marked region). (This function is bound by default to .) address@hidden bookmark +Set or remove a bookmark on the current line. + address@hidden prevbookmark +Go to previous bookmark on the current buffer. + address@hidden nextbookmark +Go to next bookmark on the current buffer. + @item cutwordleft Cuts from the cursor position to the beginning of the preceding word. (This function is not bound by default. If your terminal produces diff --git a/doc/nanorc.5 b/doc/nanorc.5 index cad8b50..bea9b67 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -510,6 +510,15 @@ current cursor position. Throw away the current line (or the marked region). (This function is bound by default to .) .TP +.B bookmark +Set or remove a bookmark on the current line. +.TP +.B bookmarkprevious +Go to next bookmark on the current buffer. +.TP +.B bookmarknext +Go to previous bookmark on the current buffer. +.TP .B cutwordleft Cuts from the cursor position to the beginning of the preceding word. (This function is not bound by default. If your terminal produces -- 2.7.4