8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
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}
|