sublime-php-namespace
sublime-php-namespace copied to clipboard
Fixed keymap conflicts with the defaults ('toggle_regex' and 'toggle_case_sensitive')
Problem: alt+r
, alt+c
bindings reserved by default actions 'Toggle regex' and 'Toggle Case Sensitive' actions in the search pane.
I changed context of alt+r
and alt+c
, so PhpNamespace commands would not block the default ones, while search pane is open.
Oops, 'alt+c' don't work in the opened command palette with that config. Any suggestions?