Get the latest tech news
How I use my terminal
i have gone a little above and beyond trying to get all the features of VSCode
zsh shows a prompt, while loading the full config asynchronously 0:08 i use zoxide to fuzzy find a recent directory 0:09 i start typing a ripgrep command. zsh autofills the command since i've typed it before and i accept it with ctrl-f. 0:11 i hit ctrl-k f, which tells tmux to search all output in the scrollback for filenames. "builtin functionality in your editor" - fuzzy find, full text search, tabs and windows, and "open recent file" are all commonly supported.
Or read this on Hacker News