change the usage of flash

This commit is contained in:
2025-04-15 16:30:08 +08:00
parent 73104bf61e
commit 1a4f3d6c3a
3 changed files with 23 additions and 10 deletions

View File

@@ -98,7 +98,7 @@ else
-- vim.opt.writebackup = false
vim.g.mapleader = " " -- set leader key to space
vim.g.maplocalleader = " " -- set local leader key to space
vim.g.maplocalleader = "\\" -- set local leader key to space
local fold = {
unfoldAll = function()