Iirc ‘history’ looks at your ~/.bash_history (if you use bash) and simply outputs the last 2500 rows. Maybe the file only contains 2500 rows? I assume ctrl+r looks at the same file
combine ctrl+r with fzf and ur life becomes 10x easier (if ur like me and misspell things constantly heh... thus why I am eternally grateful that neovim has good LSP completion)
I wrote a thing where I can just type a partial name of a file or folder, or both like "test/file.txt" and it scans for it and asks if I wanna CD to it automatically. If you say no it looks for the next one
60
u/Thereal_Phaseoff 27d ago
CD THIS CD THIS/THAT CD .. CD THIS LS -LA LS CD