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

Works great with vim (How to open?) #33

Open
nerdpad opened this issue Dec 12, 2016 · 3 comments
Open

Works great with vim (How to open?) #33

nerdpad opened this issue Dec 12, 2016 · 3 comments

Comments

@nerdpad
Copy link

nerdpad commented Dec 12, 2016

How to open files in the sidebar in vim? I am very confused about the works great with vim part.

@eleveni386
Copy link

this sidebar just is tree | less , so , can't open any files.

@maturanomx
Copy link

Same here. I was expected open files directly. Maybe the "work great with vim" is unnecessary in the README file.

@noboruma
Copy link

You can add the following to your .tmux.conf:

bind -T copy-mode-vi E send -X copy-pipe "tmux split-window -c #{pane_current_path} 'nvim `tmux show-buffer`'"

You can then double click the file you want to open and press E.
(You might need a tree -f to get absolute path)

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

4 participants