Add cut,copy and paste functionality.

This commit is contained in:
Kristijan Husak
2020-07-16 11:39:44 +02:00
parent 20f39a951a
commit 9b20fcba72
6 changed files with 125 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ function M.get_bindings()
create = keybindings.create or 'a',
remove = keybindings.remove or 'd',
rename = keybindings.rename or 'r',
cut = keybindings.cut or 'x',
copy = keybindings.copy or 'c',
paste = keybindings.paste or 'p',
}
end