dotfiles/.config/kak/kakrc

15 lines
360 B
Text
Raw Normal View History

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>
}