# LibTmux.TmuxKeys

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Keys/TmuxKeys.cs#L10
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-tmuxkeys/

The key bindings of one server.

Bindings live in named tables. The prefix table is what a key reaches after
the prefix key, and <c>root</c> is what it reaches without one.

## Members

- `BindAsync` (method): Binds a key to a tmux command.
- `UnbindAsync` (method): Removes a binding, or every binding in a table.
- `GetAllAsync` (method): Reads the bindings as tmux rendered them.
