source "%val{config}/plugins/plug.kak/rc/plug.kak" plug "andreyorst/fzf.kak" map global normal ': fzf-mode' map global normal D 'd' -docstring 'delete to end of line' map global normal Y 'y' -docstring 'yank to end of line' hook global InsertChar k %{ try %{ exec -draft hh jk d exec }} hook global InsertChar j %{ try %{ exec -draft hh jj d exec }} set global tabstop 2 set global indentwidth 2 set-option global fzf_file_command 'rg'