From c3efde1f3b18705b2dcc2781be368665f054b425 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 10 Apr 2020 23:13:23 +0200 Subject: [PATCH] Bugfix: delete key would rename if set --- lua/lib/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lib/config.lua b/lua/lib/config.lua index a9d63718545..8a29e2c364b 100644 --- a/lua/lib/config.lua +++ b/lua/lib/config.lua @@ -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 {