feat: added support for tabdrop (#2143)

This commit is contained in:
Ryan Koval
2022-09-04 14:47:25 -05:00
committed by GitHub
parent 19047b6b3c
commit 2b5060362b
4 changed files with 58 additions and 1 deletions

View File

@@ -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]