revert(UI): use default leader (space)

This commit is contained in:
Michel 2023-10-13 15:40:59 +02:00
parent fbf8ff2527
commit 8fc12d14f3
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ map({ "n", "x" }, "(", "[", { desc = "➤ [", remap = true })
map({ "n", "x" }, ")", "]", { desc = "➤ ]", remap = true })
-- Browser like
map({ "n", "x" }, "<space>", "<c-f>", { remap = true })
-- map({ "n", "x" }, "<space>", "<c-f>", { remap = true })
-- Restore default vim behaviour
vim.keymap.del("n", "<S-h>")

View File

@ -1,8 +1,8 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options: $HOME/.local/share/nvim/lazy/LazyVim/lua/lazyvim/config/options.lua
vim.g.mapleader = "²"
vim.g.maplocalleader = "³"
-- vim.g.mapleader = "²"
-- vim.g.maplocalleader = "³"
local opt = vim.opt