Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
82c0db41
Unverified
Commit
82c0db41
authored
Dec 09, 2022
by
Basil Sh
Committed by
GitHub
Dec 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(term_tab): rewrite README in markdown (#11381)
parent
c189e8b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
README.md
plugins/term_tab/README.md
+9
-9
No files found.
plugins/term_tab/README
→
plugins/term_tab/README
.md
View file @
82c0db41
# term_tab plugin
term_tab - 'cwd' for all open zsh sessions
******************************************
term_tab -
`cwd`
for all open zsh sessions
What it does:
*************
This plugin allows to complete the
'cwd'
of other Zsh sessions. Sounds
##
What it does:
This plugin allows to complete the
`cwd`
of other Zsh sessions. Sounds
complicated but is rather simple. E.g. if you have three zsh sessions open, in
each session you are in a different folder, you can hit
Ctrl+v
in one session
each session you are in a different folder, you can hit
`Ctrl+V`
in one session
to show you the current working directory of the other open zsh sessions.
How it works:
*************
* It uses
'pidof zsh'
to determine all zsh PIDs
##
How it works:
*
It uses
`pidof zsh`
to determine all zsh PIDs
*
It reads procfs to get the current working directory of this session
*
Everything is fed into zsh's completion magic
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment