diff options
| author | Nikita Kulakov <nikitakulako@gmail.com> | 2022-08-13 19:05:02 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-13 11:05:02 +0200 |
| commit | 36d4571b05cb75c15365998249469cf05133db6e (patch) | |
| tree | 64aabbc561c10c1969494aadef1d5db22c88317b /lua | |
| parent | ad32a4c4535af9feae1f16129de22cfc57921ef8 (diff) | |
docs: fix arguments in mappings table to refelct implementation (#2111) (#2125)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/mappings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ --- { --- ..., --- ["<C-j>"] = { ---- action = actions.move_selection_next, +--- actions.move_selection_next, type = "action", --- opts = { nowait = true, silent = true } --- }, --- ..., |
