From 814a89ca2a2b6393a91c4b99b547c83355dec2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Kone=C4=8Dn=C3=BD?= Date: Sun, 2 Aug 2015 13:08:30 +0200 Subject: [PATCH] Fix mark documentation In Readme there was still the old way with '^' and 'alt-^'. Now it's changed to 'z' and 'Z'. --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index e7dab450..b1d46ae5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -375,8 +375,8 @@ Marks ~~~~~ Current selections position can be saved in a register and restored later on. -`^` followed by a register will save the current selections in that register, -`alt-^` followed by a register will restore the selections saved in it. +`Z` followed by a register will save the current selections in that register, +`z` followed by a register will restore the selections saved in it. Jump list ~~~~~~~~~