From 3a6b01bb20803ff17343f168a1f1f8e09baf45f0 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sat, 14 Oct 2017 11:21:01 -0700 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index dac9bc0387c..c1d2f30f99c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -139,7 +139,7 @@ Status | Command | Description :white_check_mark:| `{a-z} | go to mark {a-z} within current file :white_check_mark:| `{A-Z} | go to mark {A-Z} in any file :white_check_mark:| `{0-9} | go to the position where Vim was previously exited -:arrow_down: | `` | go to the position before the last jump +:white_check_mark: | `` | go to the position before the last jump :arrow_down: | `" | go to the position when last editing this file :arrow_down: | `[ | go to the start of the previously operated or put text :arrow_down: | `] | go to the end of the previously operated or put text