-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How the demo works like "fix commands"? #491
Comments
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :) |
Assuming you have a cheatsheet that contains the following: % text
# remove first line
tail -n +2
For the more advanced use cases, the instructions in the README file may help. Sidenote: the fish widget currently doesn't have as many features as the ones for bash and zsh. |
I got it! Thanks. |
@denisidoro Hi there, so could you clarify whether the example you mention in the comment above, where the Thank you! |
fish still doesn't support this smart "widget" fish could totally support it, though. It's just that I'm not familiar with fish scripting. If anyone could translate the bash/zsh widgets to fish, that would be awesome! |
@denisidoro Thanks. I created an issue for clarity so people know, and perhaps someone can fix it… :-) |
Did you get this working? I am on 2.18.0 and does not work. Hitting Also, none of the built-ins cheat work too. For instance, there is a cheat |
No, the "smart replace" functionality does not work in fish shell yet, see the open issue: #648 (comment) |
I don't wanna open any other issues so I'm posting here: the best I have done is to alias navi with navi --print | xclip and then hitting ctrl+(shift+)+v and enter |
What show I do when finish "remove first line" then get "tail -n +2"?
The text was updated successfully, but these errors were encountered: