commit 155258e06ea58b30b225c3d17e1aae8f6fb8062c
parent 06e48df8a3c0213078be54cc3c40755882b1ce68
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 17 May 2025 14:21:50 +0200
docs: add a suggested key combo for wiping all anchors to sample nanorc
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in
@@ -302,6 +302,9 @@
## For normalizing Unicode to precomposed characters:
# bind Sh-M-N "{execute}| uconv -x nfc {enter}" main
+## For wiping all anchors in a buffer:
+# bind Sh-M-W "{execute}| cat {enter}" main
+
## For snipping trailing blanks when you save a file:
# bind ^S "{execute}| sed 's/\s\+$//' {enter}{savefile}" main