aboutsummaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/keys.lua2
1 files changed, 1 insertions, 1 deletions
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", "<F2>", "&foldlevel ? 'zM' : 'zR'", { expr = true })
-- Use space to toggle fold
---utils.map("n", "<Space>", "za")
+map("n", "<Space>", "za")
-- Make a copy of current file
--vim.cmd([[