diff --git a/keymaps/fuzzy-finder.cson b/keymaps/fuzzy-finder.cson index e0f627b0..cfaf9ce5 100644 --- a/keymaps/fuzzy-finder.cson +++ b/keymaps/fuzzy-finder.cson @@ -18,3 +18,7 @@ '.fuzzy-finder atom-text-editor[mini]': 'shift-enter': 'fuzzy-finder:invert-confirm' + +'.fuzzy-finder': + 'tab': 'core:move-down' + 'shift-tab': 'core:move-up'