Awesome
Supercharge
Options to supercharge your zsh experience
-
Auto CD into directory<BR>
-
If you type
wget
-<tab> 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:<BR> -
Interactive Comments<BR>
-
Auto Color LS<BR>
-
<kbd>CTRL</kbd>+<kbd>x</kbd> reload your
.zshrc
file.<BR>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
⚠️ Note:
If you wish to use also zap-zsh/exa make sure exa is loaded after this plugin. Take a look at this issue