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

zsh keybindings: ctrl-t: pass the last buffer word as query #3546

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bretello
Copy link

When using the Ctrl-T keybinding, to complete paths, I often start writing part of a path only to realize I want to use fzf.

With this patch, Ctrl-T now uses the last word in the buffer as initial query for fzf, which improves this scenario.

Here's a demo:

zsh-keybindings-query

This always uses the last word in the buffer, so typing something like ls<space><ctrl-t> will start fzf with ls as query

@bretello
Copy link
Author

looking into the test failures

@bretello bretello marked this pull request as draft January 22, 2024 11:32
@tmpm697
Copy link

tmpm697 commented Apr 10, 2024

You achieve this with shell functions.

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.

None yet

2 participants