LibTmux.TmuxKeys.GetAllAsync
- 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>>
-
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
- Python
libtmux.Server.list_keys - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Go
tmux.Server.ListKeys - Java
io.github.libtmux.Keys.Keys.list - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited