diff options
| author | Ryan Koval <ryan@ryankoval.com> | 2022-09-04 14:47:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-04 21:47:25 +0200 |
| commit | 2b5060362bc6821faacc346a3069812446a14d68 (patch) | |
| tree | 0745e589256a2b2d94085f6118112770b78a56bc /lua/telescope/actions/state.lua | |
| parent | 19047b6b3c804ac65350fea7e432e1e46ec9770b (diff) | |
feat: added support for tabdrop (#2143)
Diffstat (limited to 'lua/telescope/actions/state.lua')
| -rw-r--r-- | lua/telescope/actions/state.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/telescope/actions/state.lua b/lua/telescope/actions/state.lua index b07248a..d5109ed 100644 --- a/lua/telescope/actions/state.lua +++ b/lua/telescope/actions/state.lua @@ -33,6 +33,8 @@ local select_to_edit_map = { horizontal = "new", vertical = "vnew", tab = "tabedit", + drop = "drop", + ["tab drop"] = "tab drop", } function action_state.select_key_to_edit_key(type) return select_to_edit_map[type] |
