From e13ba548d3632d3d25213e2c2b80e19531cb10ff Mon Sep 17 00:00:00 2001 From: JaiminGOD <32418702+JaiminBrahmbhatt@users.noreply.github.com> Date: Sun, 19 May 2024 23:45:48 -0500 Subject: [PATCH] Update ROADMAP.md (#8890) Marking jumps and marks from low priority to done. --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 9033115bfa4..ea14c75b689 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -149,10 +149,10 @@ Now follows an exhaustive list of every known Vim command that we could find. | :white_check_mark: | `. | go to the position of the last change in this file | | :white_check_mark: | '. | go to the position of the last change in this file | | :arrow_down: | '{a-zA-Z0-9[]'"<>.} | same as `, but on the first non-blank in the line | -| :arrow_down: | :marks | print the active marks | +| :white_check_mark: | :marks | print the active marks | | :white_check_mark: | :1234: CTRL-O | go to Nth older position in jump list | | :white_check_mark: | :1234: CTRL-I | go to Nth newer position in jump list | -| :arrow_down: | :ju[mps] | print the jump list | +| :white_check_mark: | :ju[mps] | print the jump list | ## Various motions