You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add zplugin load psprint/zsh-editing-workbench to .zshrc. The config files will be available in ~/.config/zew.
Installation With Zgen
Add zgen load psprint/zsh-editing-workbench to .zshrc and issue a zgen reset (this assumes that there is a proper zgen save construct in .zshrc).
The config files will be available in ~/.config/zew.
Installation With Antigen
Add antigen bundle psprint/zsh-editing-workbench to .zshrc. There also
should be antigen apply. The config files will be in ~/.config/znt.
Manual Installation
After extracting ZEW to {some-directory} add following two lines
to ~/.zshrc:
As you can see, no plugin manager is needed to use the *.plugin.zsh
file. The above two lines of code are all that almost all plugin
managers do. In fact, what's actually needed is only:
because ZEW detects if it is used by any plugin manager and can
handle $fpath update by itself.
Introduction
Organized shortcuts for various command line editing operations, plus new
operations (e.g. incremental history word completion).
IRC Channel
Channel #zplugin@freenode is a support place for all author's projects. Connect to:
chat.freenode.net:6697 (SSL) or chat.freenode.net:6667
and join #zplugin.
Following is a quick access via Webchat
Configuring terminals
XTerm
To make Alt key work like expected under XTerm add XTerm*metaSendsEscape: true to your resource file, e.g.: