/zmacs/
- install fzf,zplug.
zplug "woodgear/zmx"
# load all shell-actions
export SHELL_ACTIONS_PATH=$DIR_CONTAINER_YOU_ACTION_SCRIPT
# you could just add you script
export SHELL_ACTIONS_PATH=$SHELL_ACTIONS_PATH:$YOUR_SCRIPT_DIR
load_shell_actions $SHELL_ACTIONS_PATH
- dealut bindkey is
,xm
. - action come from script which file path in SHELL_ACTIONS_PATH.
- source before eval aciton (add zmx_preexec to preexec hook)