mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
243 stars 7 forks source link

<c-s> doesnt respect the state #31

Closed I-Own-You closed 3 months ago

I-Own-You commented 3 months ago

in keymaps of the yazi there is: <C-s> search none Cancel the ongoing search

this means it will remove the previous searched items with eiter s or S , but it behaves like splitting the file.

I-Own-You commented 3 months ago

i mean a good options is to just change from < c-s > to < c-x > as other plugins do often, like FzfLua does, so you wont interfere with yazi default keymaps

mikavilpas commented 3 months ago

Hmm I see. I think that sounds good. Do you have a suggestion for a better keymap?

I-Own-You commented 3 months ago

i mean a good options is to just change from < c-s > to < c-x > as other plugins do often, like FzfLua does, so you wont interfere with yazi default keymaps

@mikavilpas

mikavilpas commented 3 months ago

oh sorry I didn't see your new post. I'll try changing the default keymap.

I-Own-You commented 3 months ago

also there is a small warning, maybe you know about it but since its not an error i will post it here, when using Z to choose a file from fzf, there is this warning:

image

I-Own-You commented 3 months ago

oh sorry, its related to yazi itself, forget about it