libtmux Reference MCP Search
On this page

LibTmux.Server.GetKeysAsync

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Keys.cs
GetKeysAsync ( keyTable : string? , format : string? , cancellationToken : CancellationToken ) Task<IReadOnlyList<string>>
methodasync [source]
methodasync [source]
GetKeysAsync

Reads the key bindings.

Rendering with a format arrived in tmux 3.7.

Parameters
  • keyTable ( string? ) – The table to read, or null for every table.

  • format ( string? ) – The tmux format each binding is rendered with.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

One line per binding, as tmux rendered it.

0 declared, 0 inherited

Esc

Type to search.