-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support Shell Integration For Nushell #181
Comments
After using this for a while with Bash and ZSH - I have noticed behavior that leads me to believe that when CTRL-R is pressed - it's just running TV directly on a channel - instead of implementing CTRL-R's behavior - similar to the way FZF or Bash/ZSH/Nushell's default CTRL-R works. I think this functionality could be more broadly used if it were set up in a way where the user can begin typing a command, hit CTRL-R - an immediately look at the user's current shell history. As TV stands now - if the user types a partial command and hits CTRL-R - TV fails when you don't have a channel set up for the partial command in the terminal. To get the CTRL-R functionality, the prompt must be empty - or the user has to set up every possible configuration to get the same functionality FZF provides. Do you want me to put in a separate issue for this? |
The behaviour you're describing is I believe the one bound to C-t, but C-r should behave as a regular shell history command. If that's not the case, it's not intended and I'd need to investigate why that happens. |
You're right - it's when I use C-t without having a channel for the partial command. |
No problem, I feel relieved 😊 |
Problem
I would like to propose Nushell shell integration be supported.
Feature
Ctrl-r, Ctrl-t, etc. . . features be supported - similarly to fzf.
Examples
Ctrl-r - allows the user to search past command uses in $HOME/.config/nushell
Ctrl-t - allows the user to search for files in the current directory
Additional context
I don't know that there is additional context needed.
The text was updated successfully, but these errors were encountered: