From 8ff33f448ead9dcfe87395a81302bb57d4124d7d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 1 Jul 2026 21:06:18 +0530 Subject: Add conflict marker object --- autoload/cursor.kak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'autoload/cursor.kak') diff --git a/autoload/cursor.kak b/autoload/cursor.kak index 6a2e23f..2874c45 100644 --- a/autoload/cursor.kak +++ b/autoload/cursor.kak @@ -8,8 +8,7 @@ hook global ModeChange .*:insert:.* %{ try %{ unset-face window PrimaryCursorEol } } -# set-option global idle_timeout 100 - +# Highlight cursor word # hook global NormalIdle .* %{ # eval -draft %{ try %{ # exec ,w \A\w+\z -- cgit v1.3.1