Bugfix: delete key would rename if set

This commit is contained in:
Stephan Seitz 2020-04-10 23:13:23 +02:00
parent c384ab7097
commit c3efde1f3b

View File

@ -37,7 +37,7 @@ local bindings = {
cd = keybindings.cd or '.',
create = keybindings.create or 'a',
remove = keybindings.remove or 'd',
rename = keybindings.remove or 'r',
rename = keybindings.rename or 'r',
}
return {