kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
729 stars 26 forks source link

memoization of last item list #3

Closed kyoheiu closed 3 years ago

kyoheiu commented 3 years ago

to show the same list and cursor pos (and skip number). For now, if I type l at a directory and after that type h, the cursor pos and skip number is reset to 1 and 0 (default). But in normal use case, I want them to go back to the previous state.