diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-12 22:48:41 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-12 22:48:41 +0200 |
| commit | e608851f09dfc82a48d8492200f09b4dc006d815 (patch) | |
| tree | 96e178bde5aef02cba0c597d53a4f085f837b67d /lua/user | |
| parent | d721ca2a2dad61fe7e5bde7900435d11f9b46bae (diff) | |
| download | dotfiles-e608851f09dfc82a48d8492200f09b4dc006d815.tar.gz dotfiles-e608851f09dfc82a48d8492200f09b4dc006d815.zip | |
map space to za to open fold
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/keys.lua | 2 |
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([[ |
