add marker plugin

This commit is contained in:
Amine Hajyoussef 2015-05-22 17:07:49 +01:00
commit 94c5a3139c

View file

@ -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