dotfiles/.config/kak/kakrc
zombie cb3f71f6dc update to now ig
i made my home folder a git directory instead of using the config add git bare directory shit that logan and thomas hate and call retarted
2021-08-07 03:30:45 -04:00

14 lines
360 B
Text

add-highlighter global/ number-lines -separator '|'
set-face global LineNumbers rgb:009b11,rgb:303030
#auto completion
hook global InsertCompletionShow .* %{
map window insert <tab> <c-n>
map window insert <s-tab> <c-p>
}
hook global InsertCompletionHide .* %{
unmap window insert <tab> <c-n>
unmap window insert <s-tab> <c-p>
}