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

using fish instead of bash causing problems #44

Open
michaellindon opened this issue Sep 8, 2015 · 4 comments
Open

using fish instead of bash causing problems #44

michaellindon opened this issue Sep 8, 2015 · 4 comments
Assignees

Comments

@michaellindon
Copy link

I've been using slimux for half a year now and I love it. Until recently I've been using bash as my default shell, but now I have really been enjoying fish (friendly interactive shell). I have found a problem whereby within a fish shell I start tmux, create two panes, open vim in the top pane and my repl in the bottom pane, I send the first line and hence select the bottom pane, but it appears in the top pane! The lines of vim get send back to vim and not to the repl!

If I repeat the above procedure from bash it works fine. Does anyone know what could cause this?
Thanks :)

@dvbuntu
Copy link
Contributor

dvbuntu commented Sep 9, 2015

Hmm, can you describe more of your environment? I just installed fish (cool shell by the way, I hadn't tried it before) and didn't see this behavior. I'm running ViM 7.4 on Arch Linux (technically in a chroot via chroagh). Does the problem still occur if you have bash as your default shell, but switch to fish (both for launching tmux and in the top pane when you launch vim)?

@michaellindon
Copy link
Author

Fish is cool, especially with oh-my-fish :) I'm running fedora 22 with vim 7.4.827. I can confirm the problem does not arise when bash is my default shell but switch to fish prior to launching tmux.

@slashfoo slashfoo self-assigned this Sep 23, 2015
@sunaku
Copy link
Contributor

sunaku commented May 19, 2016

Try running :set shell=/bin/sh (or add it to your vimrc) before issuing any Slimux commands.

@michaellindon
Copy link
Author

That worked :) thank you

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