Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Updated Readme with new setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Ray committed Aug 21, 2018
1 parent cb92ac7 commit 9b72c18
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Usage is simple because, basically, BetterBookmarks functions just like the nati
```
{
// Should BetterBookmarks print out things to the console (usually unseen by the user) when it's doing caching operations.
"verbose": false,
"verbose": true,
// Should BetterBookmarks save marks on when the current file is saved.
"cache_marks_on_save": true,
// Should BetterBookmarks save marks on when the current file is closed.
Expand All @@ -69,8 +69,8 @@ Usage is simple because, basically, BetterBookmarks functions just like the nati
"layer_icons": {
// This one is the default Sublime bookmark
"bookmarks": {"icon": "bookmark", "scope": "string"},
"functions": {"icon": "Packages/Better Bookmarks/icons/function.png", "scope": "comment"},
"todos": {"icon": "Packages/Better Bookmarks/icons/todo.png", "scope": "comment"},
// "functions": {"icon": "Packages/Better Bookmarks/icons/function.png", "scope": "comment"},
// "todos": {"icon": "Packages/Better Bookmarks/icons/todo.png", "scope": "comment"},
},
// What layer should be selected on start.
"default_layer": "bookmarks",
Expand All @@ -84,7 +84,9 @@ Usage is simple because, basically, BetterBookmarks functions just like the nati
*/
"layer_status_location": ["permanent"],
// If true, BetterBookmarks will mark the entire line, or each line in a multi-line selection, instead of marking the exact selection (like Sublime Text does by default).
"mark_whole_line": false
"mark_whole_line": false,
// If true, ignore the order of the selection; this causes the bookmark to always be min->max.
"ignore_cursor": false
}
```
Expand Down

0 comments on commit 9b72c18

Please sign in to comment.