atom / atom-keymap

Atom's selector-based keymap system
MIT License
105 stars 58 forks source link

ability to export keybinding to file #135

Closed F-12 closed 8 years ago

F-12 commented 8 years ago

In the keybinding preference pane, i think it is good to export all the keybinding to a single file for later configuration use. For an example scenario, i find all keybindings for cmd-k as follows, image then i want to click a single button placed left of the input box or above the keybinding list called export button to export all keybindings in the list to a temporary file. After some simple edition, i copy the content to my keymap.cson. I think this will help me customize my keymap easily especially for atom keybinding hell.

winstliu commented 8 years ago

Please move this to the settings-view repo. Thanks!