libtmux Reference MCP Search
On this page

LibTmux.BindKeyRequest.BindKeyRequest

View as Markdown

Module
LibTmux
Declared in
BindKeyRequest
Package
LibTmux
Source
src/LibTmux/Requests/BindKeyRequest.cs
BindKeyRequest ( key : string , command : IReadOnlyList<string> , keyTable : string? , note : string? , repeat : bool )
method [source]
method [source]
BindKeyRequest

Initializes a key binding.

Parameters
  • key ( string ) – The key to bind.

  • command ( IReadOnlyList<string> ) – The tmux command and its arguments.

  • keyTable ( string? ) – The key table, or null for the prefix table.

  • note ( string? ) – A note describing the binding.

  • repeat ( bool ) – Whether the key may repeat without the prefix.

0 declared, 0 inherited

Esc

Type to search.