ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Better Bookmarks

by dusk125 ST3

BetterBookmarks extends the built-in Sublime Text 3 bookmarking system to allow for persistent bookmarks and bookmark layers.

Labels bookmark, save, layer

Details

Installs

  • Total 7K
  • Win 3K
  • Mac 2K
  • Linux 1K
May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29
Windows 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 3 0 1 1 0 0 2 1 0 0 0 0 2 1 1 0 0 0 0 0 1 1 0 0 0 2
Mac 0 0 0 0 0 2 0 0 0 1 1 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

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.

Usage

The easiest way to use this plugin is with the default 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"}