Options to supercharge your zsh experience
-
If you type
wget
- menu autocompletion appears. We defined a keybind for this menu, so if you press ? search line appears on the top of the completions and / will traverse backwards through the matches:
-
CTRL+x reload your
.zshrc
file.
If you wish to disable that feature run the following command. Also consider express your thought to #15
sed -i '52 s/^/#/' $ZAP_PLUGIN_DIR/supercharge/supercharge.plugin.zsh
If you wish to use also zap-zsh/exa make sure exa is loaded after this plugin. Take a look at this issue