aboutsummaryrefslogtreecommitdiff
path: root/autoload/cursor.kak
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-01-18 16:34:31 +0530
committerAkshay Nair <phenax5@gmail.com>2026-01-18 16:34:31 +0530
commit8e6fa2062700d8c4816e8ecd95940805bedc245b (patch)
treef6c7ba5210e20ad8068285e4a7ba86d4c0620923 /autoload/cursor.kak
parent64c5e3b2e5dd1310e79062170d96113ecc06a092 (diff)
downloadkakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.tar.gz
kakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.zip
Add plugins directory linking
Diffstat (limited to 'autoload/cursor.kak')
-rw-r--r--autoload/cursor.kak13
1 files changed, 0 insertions, 13 deletions
diff --git a/autoload/cursor.kak b/autoload/cursor.kak
index a37bb00..3274dec 100644
--- a/autoload/cursor.kak
+++ b/autoload/cursor.kak
@@ -1,16 +1,3 @@
-# declare-option -hidden regex curword
-
-# # Highlight word under cursor
-# add-highlighter global/ dynregex '%opt{curword}' 0:CurWord
-# hook global NormalIdle .* %{
-# eval -draft %{ try %{
-# exec <a-i>w<a-k>\A\w+\z<ret>
-# set-option buffer curword "\b\Q%val{selection}\E\b"
-# } catch %{
-# set-option buffer curword ''
-# } }
-# }
-
# Change cursor face based on mode
hook global ModeChange .*:.*:insert %{
set-face window PrimaryCursor InsertCursor