This commit is contained in:
amine hajyoussef 2017-05-02 02:18:21 +00:00 committed by GitHub
commit b2aaf8491a

View file

@ -0,0 +1,8 @@
if [[ -s "$HOME/.local/share/marker/marker.sh" ]]; then
# Key bindings
# 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