aboutsummaryrefslogtreecommitdiffstats
path: root/commands/send-keys.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/send-keys.go')
-rw-r--r--commands/send-keys.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/send-keys.go b/commands/send-keys.go
index 9541b88d..bb872a33 100644
--- a/commands/send-keys.go
+++ b/commands/send-keys.go
@@ -19,10 +19,6 @@ func (SendKeys) Aliases() []string {
return []string{"send-keys"}
}
-func (SendKeys) Complete(args []string) []string {
- return nil
-}
-
func (s SendKeys) Execute(args []string) error {
tab, ok := app.SelectedTabContent().(app.HasTerminal)
if !ok {