diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:19:39 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:19:42 +0200 |
commit | d4bbff517b54383876e84204707fcb21cf69d48d (patch) | |
tree | e9a70dd2037cc200b2252014c4325becc422ec3b /lua/config/map.lua | |
parent | 36459bee543d1ea809bf66178b8ed933a44f77b5 (diff) |
checkpoint
Diffstat (limited to 'lua/config/map.lua')
-rw-r--r-- | lua/config/map.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/map.lua b/lua/config/map.lua index 30a96c8..61bb952 100644 --- a/lua/config/map.lua +++ b/lua/config/map.lua @@ -62,6 +62,7 @@ vim.api.nvim_create_user_command("Hide", function() end, {}) -- write +map("n", " x", "!cx %", { desc = "Toggle file as executable" }) map("n", " w", "<cmd>write<cr>", { noremap = true }) map("n", " W", "<cmd>write!<cr>", { noremap = true }) map("n", " e", "<cmd>edit<cr>", { noremap = true }) |