Skip to content

Commit

Permalink
docs: slightly clarify language in ActivateLastTab
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Sep 5, 2022
1 parent e1edd48 commit 3583ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/config/lua/keyassignment/ActivateLastTab.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*Since: 20210404-112810-b63a949d*

Activate the last active tab. If there is none, it will do nothing.
Activate the previously active tab. If there is none, it will do nothing.

```lua
return {
Expand All @@ -18,4 +18,5 @@ return {
}
```

See [ActivateTab](ActivateTab.md) for a way to activate a tab based on its position/index.

0 comments on commit 3583ccf

Please sign in to comment.