From cbb00fcbb7cdeae2cd00b07516d38e8759da36e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Mar 2024 01:16:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(nvim):=20change=20s?= =?UTF-8?q?ome=20keymaps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/config/keymaps.lua | 2 +- .config/nvim/lua/plugins/extras/editor/telescope/lazy.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/config/keymaps.lua b/.config/nvim/lua/config/keymaps.lua index 6ea0693a..5aee4460 100644 --- a/.config/nvim/lua/config/keymaps.lua +++ b/.config/nvim/lua/config/keymaps.lua @@ -126,7 +126,7 @@ map("i", "", "", { desc = "Start Of Line" }) map("i", "", "", { desc = "End Of Line" }) -- Select all text -map("n", "", "ggG", { desc = "Select all text", silent = true, noremap = true }) +map("n", "", "ggG", { desc = "Select all text", silent = true, noremap = true }) -- Paste options map("i", "", '"', { desc = "Paste on insert mode" }) diff --git a/.config/nvim/lua/plugins/extras/editor/telescope/lazy.lua b/.config/nvim/lua/plugins/extras/editor/telescope/lazy.lua index 752e10a5..152ab98d 100644 --- a/.config/nvim/lua/plugins/extras/editor/telescope/lazy.lua +++ b/.config/nvim/lua/plugins/extras/editor/telescope/lazy.lua @@ -6,6 +6,6 @@ return { end) end, keys = { - { "sp", "Telescope lazy", desc = "Plugins (Lazy)" }, + { "sP", "Telescope lazy", desc = "Plugins (Lazy)" }, }, }