feat: added support for tabdrop (#2143)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user