mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Implement meta-G (redo search in reverse)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user