From 548ea0e17c3c0a0ee68428798c46f282ea6902f8 Mon Sep 17 00:00:00 2001 From: Davlatov Shahzod Date: Fri, 23 May 2025 08:34:56 +0300 Subject: [PATCH] Update keymaps.lua --- lua/keymaps.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/keymaps.lua b/lua/keymaps.lua index 7c7d6546..ecceeb54 100644 --- a/lua/keymaps.lua +++ b/lua/keymaps.lua @@ -7,6 +7,7 @@ vim.keymap.set('n', '', 'nohlsearch') -- Diagnostic keymaps vim.keymap.set('n', 'q', vim.diagnostic.setloclist, { desc = 'Open diagnostic [Q]uickfix list' }) +vim.keymap.set('n', 'te', vim.diagnostic.open_float, { desc = '[T]oggle [E]rror messages' }) -- Exit terminal mode in the builtin terminal with a shortcut that is a bit easier -- for people to discover. Otherwise, you normally need to press , which