-
fzf for fuzzy searching.
You can use Homebrew to install it.
brew install fzf -
ripgrep for super fast grepping
You can use Homebrew to install it.
brew install ripgrep
Credit to Jess Archer and her laracasts course that helped me get started with neovim.
Tmux
-
Swap windows in tmux
If you want to swap the current window with another one, you can use the following command:
swap-window -s <source-window> -t <target-window>For example, to swap the current window with window 1, you can use:
swap-window -s 3 -t 1