From 44376422e049d4fef1df781329ffadadf2fb6808 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 23 May 2023 16:33:04 +0200 Subject: [PATCH] use backspace in oil --- lua/plugins/oil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index a75f101..57de2e0 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -10,7 +10,7 @@ return { [''] = 'actions.preview', [''] = 'actions.close', [''] = 'actions.refresh', - ['-'] = 'actions.parent', + [''] = 'actions.parent', ['_'] = 'actions.open_cwd', ['`'] = 'actions.cd', ['~'] = 'actions.tcd',