From 36d4571b05cb75c15365998249469cf05133db6e Mon Sep 17 00:00:00 2001 From: Nikita Kulakov Date: Sat, 13 Aug 2022 19:05:02 +1000 Subject: docs: fix arguments in mappings table to refelct implementation (#2111) (#2125) --- lua/telescope/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/telescope/mappings.lua b/lua/telescope/mappings.lua index 04fbda2..66a7812 100644 --- a/lua/telescope/mappings.lua +++ b/lua/telescope/mappings.lua @@ -80,7 +80,7 @@ --- { --- ..., --- [""] = { ---- action = actions.move_selection_next, +--- actions.move_selection_next, type = "action", --- opts = { nowait = true, silent = true } --- }, --- ..., -- cgit v1.2.3