Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBrom authored Jan 27, 2018
1 parent 169fed7 commit 1959ceb
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ That's it!

### Toggle Highlighting

Using this command will turn the plugin on and off. Allowing you to only see the highlighted duplicates when you want, without having to disable/enable to plugin via the Package Control.
Using this command will turn the plugin on and off. This allows you to see the highlighted only when you want without having to disable/enable to plugin via the Package Control.


### Select Duplicates

Using this command will select the rows that would be highlighted when Highlight Duplicates is toggled on. The duplicate rows do not need to be highlighted in order for this command to work.


_Note:_ By default neither of these commands have a key binding, and can only be used via the Command Palette. You can set a key binding by adding one, or both of the following lines to the key binding file. (Preferences > Key Bindings)
_Note:_ By default neither of these commands have a key binding, and can only be used via the Command Palette. You can set a key binding by adding one, or both, of the following lines to the key binding file. (Preferences > Key Bindings)

``` js
{ "keys": ["alt+shift+h"], "command": "toggle_highlight_duplicates" }
Expand All @@ -50,21 +50,13 @@ _Note:_ By default neither of these commands have a key binding, and can only be

## Options

Some options are available to customize the plugin look 'n feel. The
config keys goes into config files accessible throught the "Preferences"
menu.

### Change the highlighting color
`Default: invalid`

The highlighting color can be changed by providing a scope name such
as "invalid", "comment"... in "File Settings - User":

``` js
{ "highlight_duplicates_color": "invalid" }
```

"invalid" is the default value. If you'd like to use a custom color,
If you'd like to use a custom color,
it should be defined as a color scope in your theme file.


Expand Down

0 comments on commit 1959ceb

Please sign in to comment.