summaryrefslogtreecommitdiffstats
path: root/src/nums.rs
AgeCommit message (Expand)Author
2023-07-22Add <C-o>, <C-i> to jump backward/forwardKyohei Uto
2022-11-07Refactor memo; Cursor move bug remainsKyohei Uto
2022-11-06Refactoring: now State has NumKyohei Uto
2022-11-05Add primitive search (forward)Kyohei Uto
2022-08-11Refactor: Remove unused methodKyohei Uto
2022-04-24Add Copy trait to Numkyoheiu
2022-03-28Refactor: Simplify struct Memokyoheiu
2022-01-13Fix cursor_memo (use PathBuf)Kyohei Uto
2022-01-03Fix cursor move when moving to different child directorykyoheiu
2021-11-09Refactor: using clippyKyohei Uto
2021-11-03Feature: Select when g/GKyohei Uto
2021-11-03Remove nums.go_top (due to removal of ../)Kyohei Uto
2021-11-03Remove ../, simplify the listKyohei Uto
2021-10-15Fix cursor position when empty dirKyohei Uto
2021-10-10Rename states.rs -> nums.rsKyohei Uto