all repos

init.lua @ 5f0e9e95549c15714d16301ac753dc34b110204d

my nvim config
1 files changed, 1 insertions(+), 2 deletions(-)
refactor(oil): update mappings
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-02-06 18:02:38 +0200
Parent: 4f003e9
M lua/plugins/navigation.lua

@@ -59,8 +59,7 @@ ["<C-r>"] = "actions.refresh",

["<C-c>"] = "actions.close", ["<C-[>"] = "actions.close", - ["-"] = "actions.parent", - ["_"] = "actions.open_cwd", + ["-"] = "actions.open_cwd", [","] = "actions.parent", ["\\"] = "actions.cd",