We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be great if you could add the option to be able to overwrite the is_vim command so that other programs than vim/nvim could be included.
Because when I use fzf for different things in the terminal, I want to be able to navigate up/down with the ctrl + k / j.
Solved it with: is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?(g?\.?(view|n?vim?x?)(-wrapped)?(diff)?$|fzf)$'"
is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?(g?\.?(view|n?vim?x?)(-wrapped)?(diff)?$|fzf)$'"
But would be great to be able to set this from the .tmux.conf.
The text was updated successfully, but these errors were encountered:
Heho,
like i wrote in the readme, i am no longer actively developing but maintaining the plugin. Feel free to pr the funcionallity.
Tyvm and kind regards Alexander
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Would be great if you could add the option to be able to overwrite the is_vim command so that other programs than vim/nvim could be included.
Because when I use fzf for different things in the terminal, I want to be able to navigate up/down with the ctrl + k / j.
Solved it with:
is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?(g?\.?(view|n?vim?x?)(-wrapped)?(diff)?$|fzf)$'"
But would be great to be able to set this from the .tmux.conf.
The text was updated successfully, but these errors were encountered: