jaredpar/EasyMotion

Remove Global shortcut Ctrl+Shift+L

justcla opened this issue · 1 comments

The menu item was assigned two shortcuts.
A Text Editor shortcut for Ctrl+Shift+;
A Global shortcut: Ctrl+Shift+L

The global shortcut will not work inside the text editor (with default shortcuts) since the default shortcut for Edit.LineDelete is on Ctrl+Shift+L at the TextEditor scope.

Better to expose the Ctrl+Shift+; shortcut instead.

Resolved with PR #28