Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to always open atom search results in split view?

Tags:

atom-editor

By default, when atom displays search results it opens a new tab. However, what I always end up doing is opening split view and then closing the search results on the left tab so that only the right-side search results remain. Now, when I click on a result in the right-side it opens on the left side.

Is there a way to tell atom to do this for me automatically?

What I want is best illustrated with a screenshot, immediately after executing the search I want atom to look like this:

goal

Here is what I do currently:

too-many-key-presses

like image 825
Gil Birman Avatar asked Jul 29 '15 17:07

Gil Birman


1 Answers

It's a setting on the find-and-replace package. See here:

https://discuss.atom.io/t/find-results-as-a-panel-in-page-bottom/17136

like image 64
giladgo Avatar answered Sep 28 '22 01:09

giladgo