From 1f3304b0acbda57dc56d4b3a5615e0ba6c6b3a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 17 Nov 2023 14:40:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(nvim):=20binding=20?= =?UTF-8?q?changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/editor/color.lua | 2 +- .config/nvim/lua/plugins/extras/editor/git/github.lua | 2 +- .config/nvim/lua/plugins/telescope.lua | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/editor/color.lua b/.config/nvim/lua/plugins/extras/editor/color.lua index 1d88bc36..92be620b 100644 --- a/.config/nvim/lua/plugins/extras/editor/color.lua +++ b/.config/nvim/lua/plugins/extras/editor/color.lua @@ -3,7 +3,7 @@ return { event = { "BufRead" }, cmd = { "CccPick", "CccConvert", "CccHighlighterEnable", "CccHighlighterDisable", "CccHighlighterToggle" }, keys = { - { "uC", "CccHighlighterToggle", desc = "Toggle Colorizer" }, + { "uc", "CccHighlighterToggle", desc = "Toggle Colorizer" }, { "", "CccConvert", desc = "Convert color" }, { "", "CccPick", desc = "Pick Color" }, }, diff --git a/.config/nvim/lua/plugins/extras/editor/git/github.lua b/.config/nvim/lua/plugins/extras/editor/git/github.lua index a9af940f..aaaab32a 100644 --- a/.config/nvim/lua/plugins/extras/editor/git/github.lua +++ b/.config/nvim/lua/plugins/extras/editor/git/github.lua @@ -7,7 +7,7 @@ return { keys = { { prefix .. "ro", "OpenInGHRepo", desc = "Open git repo in web", mode = { "n" } }, { prefix .. "rf", "OpenInGHFile", desc = "Open git file in web", mode = { "n" } }, - { prefix .. "rf", "OpenInGHFileLines", desc = "Open git lines in web", mode = { "x", "v" } }, + { prefix .. "rc", "OpenInGHFileLines", desc = "Open current line in web", mode = { "n", "x", "v" } }, }, }, { diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua index 9fea816a..43b0460e 100644 --- a/.config/nvim/lua/plugins/telescope.lua +++ b/.config/nvim/lua/plugins/telescope.lua @@ -133,7 +133,6 @@ return { { "sp", "Telescope lazy", desc = "Plugins (Lazy)" }, { "sl", "Telescope luasnip", desc = "Luasnip (Snippets)" }, { "gC", "Telescope git_commits", desc = "Commits" }, - { "uS", Util.telescope("colorscheme", { enable_preview = true }), desc = "Colorscheme with preview" }, { "ssa", Util.telescope("lsp_document_symbols", {