comment out default bindings

This commit is contained in:
Amine Hajyoussef 2015-05-22 17:08:46 +01:00
commit 64ed689ee2

View file

@ -1,7 +1,8 @@
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'
# 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