aboutsummaryrefslogtreecommitdiff
path: root/autoload/cursor.kak
diff options
context:
space:
mode:
Diffstat (limited to '')
-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