revert(UI): use default leader (space)
This commit is contained in:
parent
fbf8ff2527
commit
8fc12d14f3
@ -10,7 +10,7 @@ map({ "n", "x" }, "(", "[", { desc = "➤ [", remap = true })
|
|||||||
map({ "n", "x" }, ")", "]", { desc = "➤ ]", remap = true })
|
map({ "n", "x" }, ")", "]", { desc = "➤ ]", remap = true })
|
||||||
|
|
||||||
-- Browser like
|
-- Browser like
|
||||||
map({ "n", "x" }, "<space>", "<c-f>", { remap = true })
|
-- map({ "n", "x" }, "<space>", "<c-f>", { remap = true })
|
||||||
|
|
||||||
-- Restore default vim behaviour
|
-- Restore default vim behaviour
|
||||||
vim.keymap.del("n", "<S-h>")
|
vim.keymap.del("n", "<S-h>")
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
-- Options are automatically loaded before lazy.nvim startup
|
-- Options are automatically loaded before lazy.nvim startup
|
||||||
-- Default options: $HOME/.local/share/nvim/lazy/LazyVim/lua/lazyvim/config/options.lua
|
-- Default options: $HOME/.local/share/nvim/lazy/LazyVim/lua/lazyvim/config/options.lua
|
||||||
|
|
||||||
vim.g.mapleader = "²"
|
-- vim.g.mapleader = "²"
|
||||||
vim.g.maplocalleader = "³"
|
-- vim.g.maplocalleader = "³"
|
||||||
|
|
||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user