Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in my previous neovim config I had the following keymap:
this functionality allowed me to easily copy filepaths and choose from a list of options such as relative, absolute, filename, basename or the extension of the file.
I'd like to add the same function for the snacks explorer.
but I don't know how to get the info of the selected item,
I've set the following keymap for the explorer:
I can't seem to find a way to get info on the selected item.
I appreciate any help
Beta Was this translation helpful? Give feedback.
All reactions