diff options
| author | anott03 <amitav_nott@ryecountryday.org> | 2021-01-25 13:20:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 19:20:01 +0100 |
| commit | ccbb7f56384921a81813f0f9ebc85cdba0b7c255 (patch) | |
| tree | 107739be676bda2e004e191e6a7c114aa172e399 /lua/telescope/config.lua | |
| parent | 5bf9e14f10023d5ab8182b33a80fca68cd174f79 (diff) | |
fix: move to actions.select as default action (#465)
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index bfe8a6e..8af6b31 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -83,7 +83,7 @@ function config.set_defaults(defaults) -- Otherwise, just set the mapping to the function that you want it to be. -- -- ..., - -- ["<C-i>"] = actions.goto_file_selection_split + -- ["<C-i>"] = actions.hselect -- ..., -- set("mappings", {}) |
