We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02036e commit dc18642Copy full SHA for dc18642
internal/action/command.go
@@ -205,6 +205,7 @@ func (h *BufPane) TabMoveCmd(args []string) {
205
Tabs.List = append(Tabs.List, nil)
206
copy(Tabs.List[idxTo+1:], Tabs.List[idxTo:])
207
Tabs.List[idxTo] = activeTab
208
+ Tabs.Resize()
209
Tabs.UpdateNames()
210
Tabs.SetActive(idxTo)
211
// InfoBar.Message(fmt.Sprintf("Moved tab from slot %d to %d", idxFrom+1, idxTo+1))
0 commit comments