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

display the full path after the CD command with the TAB key #351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

macdylan
Copy link

Display the full path like:
:cd ~/Pictures/Photo\ Booth\ Library

Copy link
Owner

@kamiyaa kamiyaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, looks good. Make sure to format the code after as well 👍

} else {
ct.index
(ct.index + 1) % ct.candidates.len()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer the autocomplete suggestions does not loop itself.
If a user would like to go back on a suggestion, one can use reverse order or restart the autocomplete by typing something.

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