mirror of
https://git.adityakumar.xyz/config.git
synced 2024-11-09 12:09:44 +00:00
add kakoune
This commit is contained in:
parent
8208aa13cf
commit
464740a85d
1 changed files with 16 additions and 0 deletions
16
kak/kakrc
Normal file
16
kak/kakrc
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
|
Loading…
Reference in a new issue