Skip to content

Commit

Permalink
rearranged settings
Browse files Browse the repository at this point in the history
  • Loading branch information
r-stein committed May 5, 2016
1 parent 8c5ff36 commit 97c54d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultiEditUtils.sublime-settings
Expand Up @@ -2,11 +2,11 @@
"live_split_selection" : true,
// the highlighting scope of fields
"selection_fields.scope.fields": "comment",
// the highlighting scope of fields added via the `add` mode
"selection_fields.scope.added_fields": "none",
// whether the add command of selection fields should add separated field,
// such that the special keybindings are not enabled via the add command
"selection_fields.add_separated": true,
// the highlighting scope of fields added via the `add` mode
"selection_fields.scope.added_fields": "none",
// whether the tab key should jump to the next field during the selection field mode
"selection_fields_tab_enabled": true,
// whether the escape key should cancel the selection field mode
Expand Down

0 comments on commit 97c54d0

Please sign in to comment.