config/kak/kakrc

17 lines
403 B
Text
Raw Permalink Normal View History

2023-02-27 04:34:44 +00:00
hook global InsertCompletionShow .* %{
try %{
map window insert <tab> <c-n>
map window insert <s-tab> <c-p>
hook -once -always window InsertCompletionHide .* %{
map window insert <tab> <tab>
map window insert <s-tab> <s-tab>
}
}
}
hook global InsertChar \t %{ exec -draft -itersel h@ }
set global tabstop 2
set global indentwidth 2
add-highlighter global/ number-lines