Setting up ZSH
Links: 300 home
-
Must have ZSH scripts/plugins (if you are using oh-my-zsh to manage these scripts)
-
Use fzf with reverse search using CTRL + R. Good for cycling through previous commands.
- junegunn/fzf: A command-line fuzzy finder (github.com)
- How to use fzf with vim
vim $(fzf)
or you can use ` instead of $ or create an alias for it.
Last updated: 2022-04-28