aboutsummaryrefslogtreecommitdiffstats
path: root/commands/pin-tab.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pin-tab.go')
-rw-r--r--commands/pin-tab.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/pin-tab.go b/commands/pin-tab.go
index aaac356d..8ec6d24e 100644
--- a/commands/pin-tab.go
+++ b/commands/pin-tab.go
@@ -10,6 +10,10 @@ func init() {
Register(PinTab{})
}
+func (PinTab) Description() string {
+ return "Move the current tab to the left and mark it as pinned."
+}
+
func (PinTab) Context() CommandContext {
return GLOBAL
}