From 18f56a41f46c440be4de9fbd1465e026b81dbb0e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 7 Jul 2021 14:41:25 +0200 Subject: Add ability to search command history --- .config/nvim/lua/cfg/which-key/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nvim') diff --git a/.config/nvim/lua/cfg/which-key/init.lua b/.config/nvim/lua/cfg/which-key/init.lua index ca87c6f..2a22c9c 100644 --- a/.config/nvim/lua/cfg/which-key/init.lua +++ b/.config/nvim/lua/cfg/which-key/init.lua @@ -190,6 +190,7 @@ local mappings = { name = "Search", b = { "Telescope git_branches", "Checkout branch" }, c = { "Telescope colorscheme", "Colorscheme" }, + d = { "Telescope commands", "Commands History" }, f = { "Telescope find_files", "Find File" }, h = { "Telescope help_tags", "Find Help" }, M = { "Telescope man_pages", "Man Pages" }, -- cgit v1.2.3-70-g09d2