summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-07 04:33:01 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-07 04:35:27 (EST)
commit0c1c253f408666624c6876111c22d79c670d242f (patch)
treeeb529953f27979d2660bd80db818412eec977b1b
parentc904153928f806667932d3c253c56de9d14a02db (diff)
README.copyright: Another Vim tip
-rw-r--r--README.copyright13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.copyright b/README.copyright
index a32ed9e..a539f9d 100644
--- a/README.copyright
+++ b/README.copyright
@@ -161,3 +161,16 @@ mode, enter `3"lyy`. Then, those three lines can be pasted in normal mode using
On this system, a copy of the GNU General Public License may be found at
<file:///usr/share/common-licenses/GPL-2>.
"""
+
+Marks
+-----
+
+When finishing a file entry in the GPLv2-or-later or GPLv2-only section, save a
+mark to enable a fast return to the last position. In normal mode, scroll the
+buffer as necessary with `<CTRL-F>`, `<CTRL-B>`, `<CTRL-E>`, and `<CTRL-Y>`,
+then enter `Mml` in the GPLv2-or-later or `Mmo` in the GPLv2-only section.
+Continue adding file entries, and to return to either of these main sections,
+enter either `'l` or `'o` in normal mode.
+
+Update saved marks while moving through and adding notices to the `copyright`
+file.