Skip to content

Commit

Permalink
Disabled by default the unhighlight_words because
Browse files Browse the repository at this point in the history
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
evandrocoan committed Mar 14, 2019
1 parent 70fe64e commit d12002d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
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" },
]
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
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" },
]
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
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" },
]

0 comments on commit d12002d

Please sign in to comment.