From 3c2dea3ea5c03496a1a74e86decc22009a8a12a2 Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Sat, 14 Nov 2020 12:38:21 -0700 Subject: feat: Add built-in to search keymaps (#191) * Add built-in to search keymaps * Re-factor maps for cleaner codes Rather than use function to return a results table for various key maps. Assign results the key maps table itself. This makes for cleaner code. * Keymaps: escape termcodes using built-in util * Rename builtin.maps to builtin.keymaps --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 63956c3..c11e2e5 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,13 @@ require'telescope.builtin'.command_history{} Search the vim command history. +```lua +require'telescope.builtin.maps{} +``` + +Search on vim key maps. + + ```lua require'telescope.builtin'.buffers{ -- Optional -- cgit v1.2.3