initial commit
This commit is contained in:
3
lua/file_handling.lua
Normal file
3
lua/file_handling.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
map("n", "<C-s>", "<cmd>w<CR>", { desc = "general save file" })
|
||||
map("n", "<leader>/", "gcc", { desc = "toggle comment", remap = true })
|
||||
map("v", "<leader>/", "gc", { desc = "toggle comment", remap = true })
|
||||
Reference in New Issue
Block a user