]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/term_tab/README
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / term_tab / README
1
2 term_tab - 'cwd' for all open zsh sessions
3 ******************************************
4
5 What it does:
6 *************
7 This plugin allows to complete the 'cwd' of other Zsh sessions. Sounds
8 complicated but is rather simple. E.g. if you have three zsh sessions open, in
9 each session you are in a different folder, you can hit Ctrl+v in one session
10 to show you the current working directory of the other open zsh sessions.
11
12 How it works:
13 *************
14 * It uses 'pidof zsh' to determine all zsh PIDs
15 * It reads procfs to get the current working directory of this session
16 * Everything is fed into zsh's completion magic