Add iTerm section
This commit is contained in:
parent
7aaaea4605
commit
9c4668ae6e
3 changed files with 14 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
- [SVN](./dev/tools/svn.md)
|
||||
|
||||
- [Ops](./ops/main.md)
|
||||
- [macOS](./ops/macos/main.md)
|
||||
- [iterm](./ops/macos/iterm.md)
|
||||
- [GNU/Linux](./ops/gnulinux/main.md)
|
||||
- [Debian](./ops/gnulinux/debian.md)
|
||||
- [Shell Tips](./ops/shelltips.md)
|
||||
|
|
11
src/ops/macos/iterm.md
Normal file
11
src/ops/macos/iterm.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# iTerm
|
||||
|
||||
## Sync sessions
|
||||
|
||||
Toogle the feature
|
||||
|
||||
```txt
|
||||
⌘ + ⇧ + i
|
||||
```
|
||||
|
||||
Will toggle sync and input will be sent to all sessions
|
1
src/ops/macos/main.md
Normal file
1
src/ops/macos/main.md
Normal file
|
@ -0,0 +1 @@
|
|||
# macOS
|
Loading…
Reference in a new issue