dotfiles/.config/kak/kakrc

26 lines
634 B
Text

colorscheme gruvbox-dark
hook global ModuleLoaded wayland %{
set-option global termcmd 'footclient sh -c'
}
set-option global tabstop 4
set-option global indentwidth 4
set-option global scrolloff 1,3
add-highlighter global/ number-lines -hlcursor
add-highlighter global/ wrap -word -indent
map -docstring "yank the selection into the clipboard" global user y "<a-|> wl-copy<ret>"
map -docstring "paste the clipboard" global user p "<a-!> wl-paste<ret>"
map -docstring "quit" global user q ":q<ret>"
# map global normal <c-u> ":exec <c-u>vv<ret>"
# map global normal <c-d> ":exec <c-d>vv<ret>"
map global normal <tab> _