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

Implement Yash autocompletion and keybinds #4013

Open
unrealapex opened this issue Sep 26, 2024 · 1 comment
Open

Implement Yash autocompletion and keybinds #4013

unrealapex opened this issue Sep 26, 2024 · 1 comment

Comments

@unrealapex
Copy link

unrealapex commented Sep 26, 2024

Similar to how Bash, Zsh, and FIsh have completion and keybind files, this issue is a request to add completion and keybinds for the Yash shell.

magicant/yash#76

@unrealapex
Copy link
Author

unrealapex commented Dec 10, 2024

Yash does not currently support executing programs on key. Would there be any way to implement FZF's Ctrl + T keybind with this constraint? This function is the closest emulation but is still less convenient using than pressing Ctrl + T.

# example usage
#
# vi $(t)
t() {
  fzf -m --reverse --walker=file,dir,follow,hidden --scheme=path --height=40%
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants