Commit 8d7accc

Eric Bower  ·  2026-07-22 22:54:27 -0400 EDT
parent 6564703
feat(kak): make todo comments stand out
1 files changed,  +1, -0
+1, -0
1@@ -15,6 +15,7 @@ hook global WinCreate .* %{
2 	addhl window/ column 100 default,rgb:404040
3 }
4 add-highlighter global/ show-matching
5+add-highlighter global/highlight-todos regex \b(TODO|HACK|FIXME|XXX|NOTE)\b 0:+rb
6 
7 map global user y ":copy-to-osc<ret>"						-docstring "copy selection to OSC52 clipboard"
8 map global user u ":copy-github-permalink<ret>" -docstring "copy github permalink"