RustAutoComplete
RustAutoComplete copied to clipboard
Menu items for keymap editing
I want to change key binding for rust_goto_definition command, but I have to create .sublime-keymap file manually. Please, add ability to create custom keymap from sublime.
Just override the standard keybinding like this
{ "keys": ["ctrl+."], "command": "rust_goto_definition" },
in your user keymap. Works in ST3