Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dusk125/sublime-betterbookmarks
BetterBookmarks extends the built-in Sublime Text 3 bookmarking system to allow for persistent bookmarks and bookmark layers.
https://github.com/dusk125/sublime-betterbookmarks
bookmark sublime-text-3 sublime-text-plugin
Last synced: about 1 month ago
JSON representation
BetterBookmarks extends the built-in Sublime Text 3 bookmarking system to allow for persistent bookmarks and bookmark layers.
- Host: GitHub
- URL: https://github.com/dusk125/sublime-betterbookmarks
- Owner: dusk125
- License: mit
- Created: 2015-10-30T01:41:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T18:53:05.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T05:24:01.407Z (3 months ago)
- Topics: bookmark, sublime-text-3, sublime-text-plugin
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BetterBookmarks
BetterBookmarks extends the built-in Sublime Text 3 bookmarking system to allow for persistent bookmarks and bookmark layers.
## Installation
#### Git Clone
First, find out where the packages directory is by going to (Preferences->Browse Packages), use that location in the git clone command.
#### Package Control
Install from Package Control [here](https://packagecontrol.io/packages/Better%20Bookmarks).
## Usage
The easiest way to use this plugin is with the [default keymap](https://raw.githubusercontent.com/dusk125/sublime-betterbookmarks/master/Default.sublime-keymap).
#### Available Commands
All listed commands are subcommands of the `better_bookmarks` command.* To mark a given selection:
`"args": {"subcommand": "mark_line"}`
* To remove all bookmarks on the selected layer:`"args": {"subcommand": "clear_marks"}`
* To remove ALL bookmarks from EVERY layer:`"args": {"subcommand": "clear_all"}`
* To cycle between the declared layers:`"args": {"subcommand": "layer_swap", "direction": "prev"}`
`"args": {"subcommand": "layer_swap", "direction": "next"}`
* To cycle the viewport to each bookmark:`"args": {"subcommand": "cycle_mark", "direction": "prev"}`
`"args": {"subcommand": "cycle_mark", "direction": "next"}`