defuz / RustAutoComplete

A SublimeText binding for RACER (Rust auto completion tool)
MIT License
105 stars 20 forks source link

Menu items for keymap editing #27

Open pokidovea opened 8 years ago

pokidovea commented 8 years ago

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.

benbatya commented 8 years ago

Just override the standard keybinding like this

{ "keys": ["ctrl+."], "command": "rust_goto_definition" },

in your user keymap. Works in ST3