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

Allow empty bookmarks #36

Open
pbx opened this issue Oct 24, 2014 · 3 comments
Open

Allow empty bookmarks #36

pbx opened this issue Oct 24, 2014 · 3 comments

Comments

@pbx
Copy link

pbx commented Oct 24, 2014

A very common use-case for bookmarking for me is marking a spot in a notes file that I want to return to. Standard ST bookmarks allow me to put the cursor on this line and bookmark it. Can sublimeBookmark be made to do this as well?

@gwenzek
Copy link

gwenzek commented Nov 10, 2014

Are you looking for this shortcut ?

{ "keys": ["ctrl+f2"], "command": "sublime_bookmark", "args" : { "type" : "toggle_line" } }

@pbx
Copy link
Author

pbx commented Nov 17, 2014

@gwenzek - possibly. What does that do? Is it documented?

@gwenzek
Copy link

gwenzek commented Nov 17, 2014

It marks the current line as bookmarked, and unbookmarks it if the line is already bookmarked.
I don't think it's 'documented' but you can find it in the key binding settings.

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

2 participants