RustAutoComplete icon indicating copy to clipboard operation
RustAutoComplete copied to clipboard

Menu items for keymap editing

Open pokidovea opened this issue 9 years ago • 1 comments

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.

pokidovea avatar Aug 29 '15 20:08 pokidovea

Just override the standard keybinding like this

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

in your user keymap. Works in ST3

benbatya avatar Oct 20 '15 05:10 benbatya