diff --git a/plugins/marker/marker.plugin.zsh b/plugins/marker/marker.plugin.zsh new file mode 100644 index 000000000..c0257d1b2 --- /dev/null +++ b/plugins/marker/marker.plugin.zsh @@ -0,0 +1,7 @@ +if [[ -s "$HOME/.local/share/marker/marker.sh" ]]; then + export MARKER_KEY_MARK='\C-k' + export MARKER_KEY_GET='\C-@' + export MARKER_KEY_NEXT_PLACEHOLDER='\C-t' + source "$HOME/.local/share/marker/marker.sh" +fi +