From bf40ceb853eb590100fe5a82709d8be3b6c59d8d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 25 Oct 2025 14:22:08 +0530 Subject: Disable word under cursor highlighting --- autoload/+init.kak | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'autoload/+init.kak') diff --git a/autoload/+init.kak b/autoload/+init.kak index 4012f0f..497e5a3 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -64,16 +64,6 @@ define-command enter-user-mode-with-count -params 1 %{ enter-user-mode %arg{1} } -# Mode cursors -hook global ModeChange .*:.*:insert %{ - set-face window PrimaryCursor InsertCursor - set-face window PrimaryCursorEol InsertCursor -} -hook global ModeChange .*:insert:.* %{ try %{ - unset-face window PrimaryCursor - unset-face window PrimaryCursorEol -} } - # Code mode declare-user-mode code map global user c ':enter-user-mode code' -docstring 'Code mode' -- cgit v1.3.1