Replies: 1 comment 1 reply
-
You can just reopen the picker: picker:close()
picker.new(vim.tbl_deep_extend('force', picker.opts, {
pattern = picker:filter().pattern,
search = picker:filter().search,
})) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
What I want: a keymap to toggle between default sort and sort-by-filename for the files picker.
What I'm trying:
My keymap
<c-s>
seems to only refresh the picker, but the changes to sort fields don't seem to be picked up.Any help much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions