zsh
2024
-
Supercharing Zsh With Custom Zle Widgets
Posted on 5 mins
If you’ve clicked on this, you probably work with the command-line sometimes and you might even already use zsh. One major advantage of using the command-line is its ability to hack and automate mundane tasks. One such mundane task is the vanilla way of navigating directories (using cd), which can be tedious and boring. In the pursuit of finding a better way to navigate, I discovered FZF, more specifically fzf-cd-widget, which is added as a keybinding (Alt+C) to zsh when the FZF zsh plugin is installed.