Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.33 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.33 KB

Supercharge

Options to supercharge your zsh experience

  • Auto CD into directory
    2022-11-10-21:55:28

  • 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:
    2022-11-10-21:53:07

  • Interactive Comments
    2022-11-10-21:56:21

  • Auto Color LS
    2022-11-10-22:00:31

  • 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

⚠️ Note:

If you wish to use also zap-zsh/exa make sure exa is loaded after this plugin. Take a look at this issue