https://github.com/bbmoz/tmux-starter
https://github.com/bbmoz/tmux-starter
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbmoz/tmux-starter
- Owner: bbmoz
- Created: 2017-04-02T20:37:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T21:33:51.000Z (about 9 years ago)
- Last Synced: 2025-01-29T15:50:46.872Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tmux Starter
> Basic starter for tmux with the ability to start a session from a `layout.json` file.
## Quick Guide
1. `./run.sh setup` install and configure tmux
1. `./run.sh layout` run tmux from *layout.json*
1. `tmux` start new session
1. `tmux new -s id` start new session with name
1. `tmux ls` list sessions
1. `tmux a -t id` attach to session
1. `tmux kill-session -t id` kill session
### Session
1. `^a d` detach session
#### Pane
1. `^a \` create pane below
1. `^a |` create pane right
1. `^a left|right|up|down` or `^a o` switch current pane
1. `^a {` or `^a }` move pane
1. `^a z` full-screen pane
1. `^a q` go to pane #
1. `^d` kill pane
1. `^L` clear pane
#### Window
1. `^a c` create new window
1. `^a ,` name window
1. `^a n` next window
1. `^a p` prev window
1. `^a w` list windows
1. `^a #` go to window #
1. `^a &` kill window