From 89b095f98592a21a3e7a84272123b945a448d905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sun, 3 Sep 2023 21:12:37 +0200 Subject: [PATCH] map fk to Telescope keymaps --- nvim/.config/nvim/lua/lupan/remap.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.config/nvim/lua/lupan/remap.lua b/nvim/.config/nvim/lua/lupan/remap.lua index 4a8bac1..f5d133e 100644 --- a/nvim/.config/nvim/lua/lupan/remap.lua +++ b/nvim/.config/nvim/lua/lupan/remap.lua @@ -32,6 +32,7 @@ key('n', 'fg', 'Telescope live_grep', { desc = '[F]ind [g]rep' key('n', 'fw', 'Telescope grep_string', { desc = '[F]ind [w]ord' }) key('n', 'fh', 'Telescope help_tags', { desc = '[F]ind [h]elp (tags)' }) key('n', 'fd', 'Telescope diagnostics', { desc = '[F]ind [d]iagnostics' }) +key('n', 'fk', 'Telescope keymaps', { desc = '[F]ind [k]eymaps' }) key('n', 'fF', function() require('telescope.builtin').find_files { hidden = true }