Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 555 Bytes

zmx: bring M-x experience to zsh

/zmacs/

show case

how to install

  1. 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

how to use

  1. dealut bindkey is ,xm.
  2. action come from script which file path in SHELL_ACTIONS_PATH.

feature

  1. source before eval aciton (add zmx_preexec to preexec hook)