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

fuzzy-tmux selection + multiple deletes #30

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

rrevanth
Copy link

@rrevanth rrevanth commented Mar 8, 2017

Hi,

I forked the repo and added some of my own implementations.

1 ) The completions are not working in my zsh shell. So I added one completion command.
Need to add the completion command to .zshrc so that it will work
2 ) if jump is entered without any args, it will open up a fuzzy selection window where it will show all bookmarks and you can enter directly to them.
3 ) When deletemarks is entered without any arg, it shows the fuzzy window, where Ctrl+T will toggle selection on each line or you can enter on the line for single selection to delete.

For 2 & 3 , fzf is needed - https://github.com/junegunn/fzf.

@jocelynmallon
Copy link
Owner

Thanks for sending these, fzf is new to me, so give me a few days to test it out and look through the code changes.

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

Successfully merging this pull request may close these issues.

3 participants