From 63e4c57abf28deb3c14b45fe93eeca2740fb6229 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 10 Dec 2022 15:32:59 +0100 Subject: [PATCH] chore(nvim): change whichkey key bindings --- nvim/after/plugin/whichkey.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nvim/after/plugin/whichkey.lua b/nvim/after/plugin/whichkey.lua index 0b5135b..b8359df 100644 --- a/nvim/after/plugin/whichkey.lua +++ b/nvim/after/plugin/whichkey.lua @@ -19,7 +19,10 @@ local mappings = { "lua require('spectre').open_file_search()", "Spectre", }, - t = { + t = { "TodoTelescope", "Todo" }, + v = { "lua require('export-to-vscode').launch()", "Visual Studio Code" }, + w = { "w!", "Save" }, + x = { name = "Text Editing", c = { "call ToggleColorColumn()", "Show/Hide Colorcolumn" }, d = { "call SpellEn()", "Set Spelling Language to English" }, @@ -29,9 +32,6 @@ local mappings = { s = { "set spell!", "Spell Checking" }, w = { "call ToggleWrap()", "Soft wrap/No wrap" }, }, - v = { "lua require('export-to-vscode').launch()", "Visual Studio Code" }, - w = { "w!", "Save" }, - x = { "Twilight", "Twilight Mode" }, z = { "ZenMode", "Zen Mode" }, A = { "Alpha", "Alpha" }, B = {