# tmux.Pane.Enter

- **Module:** tmux.Pane
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/pane_input.go#L291
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-pane-enter/

```
tmux.Pane.Enter(ctx: context.Context) -> error
```

Enter sends the Enter key to the receiver's exact linked pane. A completed nonzero exit or stderr becomes a redacted [CommandError]; transport errors are delivery-ambiguous.
