tmux.Server.ListKeys
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_keys.go
- Other languages
- Python Ruby Lua TypeScript Rust Java.NET C++ Swift
- ListKeys ( ctx : context.Context , request : ListKeysRequest ) ([]string, error)
-
ListKeys returns an owned snapshot of raw tmux key-binding lines. Format requires tmux 3.7 and follows
UnsupportedPolicy. tmux 3.7 through 3.7c send a table's sole matching binding to client status and leave stdout empty; this method preserves that upstream and Python behavior. Listing failures remain errors.On an unused socket, tmux starts an empty server to answer. With the default exit-empty setting, that server exits at once and leaves its socket file.
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 - Java
io.github.libtmux.Keys.Keys.list - .NET
LibTmux.TmuxKeys.GetAllAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited