diff --git a/plugins/marker/marker.plugin.zsh b/plugins/marker/marker.plugin.zsh index c0257d1b2..2982c3340 100644 --- a/plugins/marker/marker.plugin.zsh +++ b/plugins/marker/marker.plugin.zsh @@ -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