From 1a6dc530a43250c36782033ef7a3bc217f5924fa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Jan 2020 14:41:01 +0530 Subject: [PATCH] Improve create_marker docs --- docs/marks.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/marks.rst b/docs/marks.rst index 4650f9406..bc296e472 100644 --- a/docs/marks.rst +++ b/docs/marks.rst @@ -51,7 +51,10 @@ If you want to create markers dynamically rather than pre-defining them in map f2 remove_marker Then pressing :kbd:`F1` will allow you to enter the marker definition and set -it and pressing :kbd:`F2` will remove the marker. +it and pressing :kbd:`F2` will remove the marker. ``create_marker`` accepts +the same syntax as ``toggle_marker`` above. Note that while creating +markers, the prompt has history so you can easily re-use previous marker +expressions. You can also use the facilities for :doc:`remote-control` to dynamically add/remove markers.