tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

(kbd "C-c C-`") clobbers grep #49

Closed vsedach closed 12 years ago

vsedach commented 12 years ago

(kbd "C-c C-`") gets bound to js3-next-error, but that overrides the binding for the next match when there is a grep buffer open. Can you put js3-next-error under a different keybinding?

tamzinblake commented 12 years ago

You can now set the custom js3-dont-rebind-backtick t to stop js3-mode from binding that to js3-next-error. In either case, if you already have something bound to next-error, js3-next-error will also be bound to that.

tamzinblake commented 12 years ago

closed by 2a1c33a32a0fc55d089b84f8bf35bd7f05c71d7b