tamago324 / lir.nvim

Neovim file explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving up or down directories should visually preserve marked items

asmodeus812 opened this issue · comments

Hi, i am wondering if it is possible to visually show the marks if you go up/down a directory. Currently, if you mark items in a directory they would show up in the gutter, but if you then go into a subdirectory , and go back into the parent directory the marks are not there anymore, this can be confusing, in case you have initialized a mark related operation. There is no way to cancel it, without i guess closing and reopening the explorer. This use case is very much needed if you want to mark items across multiple dir levels.

Another kind of related issue is, it might be more user-friendly if cut and copy work by default on the current item and take marks into account only if there are any ? Or at least have the default behaviour as a user option