On this page
session.settings.Session
- Module
- session.settings
- Package
- libtmux
- Source
- crates/libtmux/src/session/settings.rs
17 declared, 0 inherited
Members
- append_option method Append to one option rather than replacing it.
- environment method Read one variable from the session's environment.
- environment_all method Read the session's whole environment.
- get_option method Read one option's exact stored value.
- hide_environment method Hide a variable from processes started in this session.
- hook method Read one hook's commands, or
Nonewhen it holds nothing. - hooks method Read every hook set at this session.
- option_names method List the option names set at this session's scope.
- options method Read every option set at this session, decoded by its declared kind.
- set_environment method Set an environment variable for processes this session starts.
- set_hook method Set one hook to a tmux command.
- set_hooks method Write a whole hook at once.
- set_option method Set one option.
- typed_option method Read one option, decoded according to what tmux declares about it.
- unset_environment method Remove an environment variable from the session.
- unset_hook method Remove one hook.
- unset_option method Remove one option, restoring whatever it inherits.