aboutsummaryrefslogtreecommitdiff
path: root/autoload/cursor.kak
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-07-01 21:06:18 +0530
committerAkshay Nair <phenax5@gmail.com>2026-07-01 21:06:18 +0530
commit8ff33f448ead9dcfe87395a81302bb57d4124d7d (patch)
tree6d5ca57f6ed97e0e59bc99722f1f567f55e8bbbf /autoload/cursor.kak
parentd60ddc467397f0074f21576ca8ea9e1b1b78a2bd (diff)
downloadkakoune-config-8ff33f448ead9dcfe87395a81302bb57d4124d7d.tar.gz
kakoune-config-8ff33f448ead9dcfe87395a81302bb57d4124d7d.zip
Add conflict marker object
Diffstat (limited to 'autoload/cursor.kak')
-rw-r--r--autoload/cursor.kak3
1 files changed, 1 insertions, 2 deletions
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 ,<a-i>w <a-k>\A\w+\z<ret>