-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
feat(harpoon)!: remove "j" keymap, make "t" keymap dynamic based on $TMUX #292
Conversation
This also fixes which key preview, by adding an empty function. Before it was |
f1a4ca7
to
78e877b
Compare
randomly fixed the error that occurred if user canceled input when using the "go to terminal" thing, also added a new keymap to jump to the index of the mark |
e555628
to
d1c4f7c
Compare
anyone else that uses harpoon can confirm that? |
f8f41d6
to
f21f4e2
Compare
@luxus on second thought, maybe it's better to leave keymaps unchanged as they do not contradict each other. You can still make I can remove remap part and leave everything else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @RayJameson just a heads up, I went ahead and rebased this on main
because there was a bit of standardization that was done for filenames
Could you please elaborate what the empty function fixes exactly? Having any functionality (like an anonymous function) leads to the which-key entry not being colored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small comments about more easily setting variables and small typo fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@RayJameson I think the last thing before we merge, is do you think you could come up with a good way to word the fact that there are binding changes from this commit? I think that would take higher precedence than the dynamic changing of the text in the message |
@mehalter done |
Thanks for your work on this @RayJameson ! ❤️ |
I believe it's better when you have to remember one less keybinding.
Hope nobody gets upset because of the removed "j" keymap.
I may add it for compatibility