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

Add option to overwrite the is_vim command. #114

Closed
Feferoni opened this issue Feb 16, 2024 · 1 comment · Fixed by #121
Closed

Add option to overwrite the is_vim command. #114

Feferoni opened this issue Feb 16, 2024 · 1 comment · Fixed by #121
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Feferoni
Copy link

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.

@aserowy aserowy added enhancement New feature or request good first issue Good for newcomers labels Feb 17, 2024
@aserowy
Copy link
Owner

aserowy commented Feb 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants