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

io.github.libtmux.Hooks.Hooks.set

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

View as Markdown

Module
io.github.libtmux.Hooks
Declared in
Hooks
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Hooks.java
set ( event : String , command : String ) → void ( event : String , command : List<String> ) → void
methodoverload2 overloads [source]
methodoverload2 overloads [source]
set

Binds a tmux command to an event at this scope, replacing anything already bound to it.

Replacing, not adding: tmux discards the whole array. #append is how a second command joins the first.

0 declared, 0 inherited

Esc

Type to search.