This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/editor/kakoune/kakrc

8 lines
193 B
Plaintext
Raw Normal View History

2017-01-09 12:02:02 -06:00
colorscheme base16
hook global BufOpen .* %{editorconfig-load}
hook global InsertChar j %{ try %{
exec -draft hH <a-k>jj<ret> d
exec <esc>
}}
hook global WinCreate .* %{addhl number_lines}