nvim: smartcase and change keys

This commit is contained in:
2026-02-28 19:02:39 +01:00
parent 85395280ba
commit 3e79476b5d
3 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ if ok then
local set = vim.keymap.set
set({ "n", "x", "o" }, "\\", function()
set({ "n", "x", "o" }, "<leader><space>", function()
require("flash").jump()
end, { desc = "Flash" })
set({ "n", "x", "o" }, "=", function()