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

Update gdbinit-gep.py with [TAB] and [BTAB] for fzf list navigation #37

Merged
merged 2 commits into from
May 5, 2024

Conversation

sweetbbak
Copy link
Contributor

I thought this was a nice change, it kind of goes in line with the feeling of tab completion where you can use tab and shift+tab to navigate up and down through fzf lists.

Copy link
Owner

@lebr0nli lebr0nli left a comment

Choose a reason for hiding this comment

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

This is a nice change, thanks for the PR!

@sweetbbak But there seems have a small lint issue:

+ ruff check
gdbinit-gep.py:78:22: W291 [*] Trailing whitespace
Found 1 error.
[*] 1 fixable with the `--fix` option.

Would you mind running ./lint.sh -f and committing it again?
(Or perhaps it'd be simpler to just edit it directly without having to install the dependencies for lint.sh :p)

@lebr0nli lebr0nli merged commit 8c33a41 into lebr0nli:main May 5, 2024
1 check passed
@sweetbbak
Copy link
Contributor Author

Thanks! I love the project.

@lebr0nli
Copy link
Owner

lebr0nli commented May 5, 2024

Merged. Thanks for the nice change!

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.

2 participants