Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default chentoast/marks.nvim cheatsheet #20

Open
alexander-gabriel opened this issue Jun 13, 2022 · 0 comments
Open

default chentoast/marks.nvim cheatsheet #20

alexander-gabriel opened this issue Jun 13, 2022 · 0 comments

Comments

@alexander-gabriel
Copy link

## marks  @bookmark
Set mark x.                                    | m{x}
Set the next available alphabetical mark.      | m,
Toggle the next available mark.                | m;
Delete mark x.                                 | dm{x}
Delete all marks on the current line.          | dm-
Delete all marks in the current buffer.        | dm<SPC>
Move to next mark.                             | m]
Move to previous mark.                         | m[
Preview mark.                                  | m:
Add a bookmark from bookmark group[0-9].       | m{0-9}
Delete the bookmark under the cursor.          | dm=
Delete all bookmarks from bookmark group[0-9]. | dm{0-9}
Move to next bookmark of same type.            | m}
Move to previous bookmark of same type.        | m{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant