Implement meta-G (redo search in reverse)

This commit is contained in:
Corey Johnson & Nathan Sobo 2012-06-14 11:01:53 -07:00
parent 6b5a52ae5c
commit b57eef6dbc

View File

@ -7,5 +7,6 @@ window.keymap.bindKeys '.command-panel .editor',
window.keymap.bindKeys '.editor',
'meta-g': 'command-panel:repeat-relative-address'
'meta-G': 'command-panel:repeat-relative-address-in-reverse'
'meta-e': 'command-panel:set-selection-as-regex-address'
'meta-f': 'command-panel:find-in-file'