diff --git a/kak/kakrc b/kak/kakrc new file mode 100644 index 0000000..23573cc --- /dev/null +++ b/kak/kakrc @@ -0,0 +1,16 @@ +hook global InsertCompletionShow .* %{ + try %{ + map window insert + map window insert + hook -once -always window InsertCompletionHide .* %{ + map window insert + map window insert + } + } +} + +hook global InsertChar \t %{ exec -draft -itersel h@ } +set global tabstop 2 +set global indentwidth 2 +add-highlighter global/ number-lines +