#!/usr/bin/env zshSCRIPT_DIR=$(cd --"$(dirname --"${(%):-%N}")"&> /dev/null &&pwd)# Set this directory as the config directory to loa the test mappingsexportLEADR_CONFIG_DIR="$SCRIPT_DIR"source"$SCRIPT_DIR/../init.zsh"# Bind Ctrl-G to invoke leadrzle -N __leadr_invoke__bindkey'\C-g' __leadr_invoke__