From e608851f09dfc82a48d8492200f09b4dc006d815 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 12 Jun 2023 22:48:41 +0200 Subject: map space to za to open fold --- lua/user/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/keys.lua b/lua/user/keys.lua index a8c462a..e5e7099 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -220,7 +220,7 @@ end, { silent = true }) --utils.map("n", "", "&foldlevel ? 'zM' : 'zR'", { expr = true }) -- Use space to toggle fold ---utils.map("n", "", "za") +map("n", "", "za") -- Make a copy of current file --vim.cmd([[ -- cgit v1.2.3