Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.TmuxKeys.GetAllAsync

.NET
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
TmuxKeys
Package
LibTmux
Source
src/LibTmux/Keys/TmuxKeys.cs
Other languages
Python Ruby Lua TypeScript Rust GoJava C++ Swift
GetAllAsync ( keyTable : string? , format : string? , cancellationToken : CancellationToken ) → Task<IReadOnlyList<string>>
method [source]
method [source]
GetAllAsync

Reads the bindings as tmux rendered them.

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.

In other ports List the key bindings

0 declared, 0 inherited

Esc

Type to search.