-
Notifications
You must be signed in to change notification settings - Fork 342
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
doesn't work when jump out from vim to tmux pane #141
Comments
Hey @caerlie, sorry to hear about the trouble. Can you answer the following questions to help me debug for you:
This should dump the process names to a file called |
Hey @christoomey 1, yes, i can move between splits in Vim, and panes in tmux. thank You ! |
@blueyed Can you help with debugging the process list as shown in |
Hi! I, too, can navigate between splits and panes containing bash, but once I've entered a pane with Vim, I can't use the I've created
Thanks for your great work! Edit My bad. Instead of installing the plugin the proper way (i.e., adding
Sorry for the mixup. |
Hey I encountered the same problem that I can navigate between vim splits, and tmux panels, but once I entered a panel with vim open, I cannot navigate out using The
The environment details as follows:
Thanks for your great work! |
Please check #201. |
I was getting similar behaviour to @Keris, and similar output in the debugging:
Env:
The solution for me was replacing the inlined grep pattern with the alternative mentioned at the bottom of the readme: https://github.com/mislav/dotfiles/blob/master/bin/tmux-vim-select-pane @christoomey If this is a 'more robust check', is it worth making it the default instruction? I'll make a PR on the Readme if you'd welcome it. |
Please try #201 - it is meant to work much better. |
doesn't work when jump out from vim to tmux pane.
this is my setting
■.tmux.conf v2.3
https://github.com/caerlie/vim-tmux-config-remote-linux/blob/master/.tmux.conf
■.vimrc v7.4
https://github.com/caerlie/vim-tmux-config-remote-linux/blob/master/.vimrc
■OS
Ubuntu 12.04 LTS
■:TmuxPaneCurrentCommand


when use :TmuxPaneCurrentCommand ,just return nothing
↓
■:display-message -p '#{pane_current_command}'
when use [:display-message -p '#{pane_current_command}'] in tmux,
it reture vim!
The text was updated successfully, but these errors were encountered: