forked from seanliang/HighlightWords
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled by default the unhighlight_words because
it can be accomplished by the highlight_works keybind, just by pressing it and erasing the input panel contents, and a new keybind with the same keys was added to my custom Default package files: { "keys": ["ctrl+k", "ctrl+n"], "command": "toggle_minimap" }, { "keys": ["ctrl+k", "ctrl+i"], "command": "toggle_tabs" }, { "keys": ["ctrl+k", "ctrl+o"], "command": "toggle_status_bar" }, { "keys": ["ctrl+k", "ctrl+m"], "command": "toggle_menu" },
- Loading branch information
1 parent
70fe64e
commit d12002d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[ | ||
{ "keys": ["ctrl+k", "ctrl+h"], "command": "highlight_words" }, | ||
{ "keys": ["ctrl+k", "ctrl+i"], "command": "unhighlight_words" }, | ||
// { "keys": ["ctrl+k", "ctrl+i"], "command": "unhighlight_words" }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[ | ||
{ "keys": ["ctrl+k", "ctrl+h"], "command": "highlight_words" }, | ||
{ "keys": ["ctrl+k", "ctrl+i"], "command": "unhighlight_words" }, | ||
// { "keys": ["ctrl+k", "ctrl+i"], "command": "unhighlight_words" }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[ | ||
{ "keys": ["ctrl+k", "ctrl+h"], "command": "highlight_words" }, | ||
{ "keys": ["ctrl+k", "ctrl+i"], "command": "unhighlight_words" }, | ||
// { "keys": ["ctrl+k", "ctrl+i"], "command": "unhighlight_words" }, | ||
] |