prezto/modules/terminal/README.md

41 lines
1.1 KiB
Markdown
Raw Normal View History

Terminal
========
Sets terminal window and tab titles.
Settings
--------
### Auto-Title
2013-08-26 18:12:44 +02:00
To auto set the terminal emulator window and tab titles with the current command
or directory, add the following to *zpreztorc*:
zstyle ':prezto:module:terminal:auto-title' emulator 'yes'
To auto set the terminal multiplexer window title with the current command or
directory, add the following to *zpreztorc*:
2013-08-26 18:12:44 +02:00
zstyle ':prezto:module:terminal:auto-title' multiplexer 'yes'
2012-09-25 07:30:20 +02:00
Functions
---------
- `set-screen-window-title` sets the screen title.
- `set-terminal-tab-title` sets the terminal tab title.
- `set-terminal-window-title` sets the terminal window title.
- `set-titles-with-command` sets the screen and terminal titles with
a given command.
- `set-titles-with-path` sets the screen and terminal titles with a given path.
Authors
-------
*The authors of this module should be contacted via the [issue tracker][1].*
- [James Cox](https://github.com/imajes)
- [Sorin Ionescu](https://github.com/sorin-ionescu)
[1]: https://github.com/sorin-ionescu/prezto/issues