You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way all file navigation works now is that it queries list of files in directory, finds the index of the current one, and selects next or previous one. If current can't be found, it'll return nil and nothing happens.
To fix this we should instead of finding current index return first file that is alphabetically before/after current path.
Nothing you can do yourself, this is a bug/oversight in current directory navigation logic. The best you can do is to use delete-file-next/prev commands instead.
any insights?
PS: thank you for making uosc ❤️
The text was updated successfully, but these errors were encountered: