Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open file in new tab #9

Open
alexanderbruns opened this issue Feb 25, 2017 · 1 comment
Open

open file in new tab #9

alexanderbruns opened this issue Feb 25, 2017 · 1 comment

Comments

@alexanderbruns
Copy link

I used this:

'atom-text-editor':
'ctrl-y': 'open-this:here'

which makes a file, where the curser is on, open like it should be.

But it is opened in the same tab in the same pane.

How can I first create a new tab in the active pane right of the tab I edit, and open the file in there?

Alexander

@t9md
Copy link
Owner

t9md commented Feb 27, 2017

But it is opened in the same tab in the same pane.

No, it's is depending on current editor's state.

If current active editor is pending state, it opens on same tab( replace existing editor )
if current active editor is NOT pending state, it opens on NEW tab.

What pending state? when you click file on tree-view, it opens as pending-item( italic file name on tab title ) , if you edit file or double clicked tab title, it then converted to normal item( non italic file name on tab title).

You can control support of pending item in Core section of settings-view.
settings_ ___github_atom-narrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants