ohmyzsh/plugins/marker/marker.plugin.zsh
Amine Hajyoussef 94c5a3139c add marker plugin
2015-05-22 17:07:49 +01:00

7 lines
221 B
Bash

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