https://github.com/jmbuhr/tmux-kickstarter
A semi-opinionated tmux config to get started
https://github.com/jmbuhr/tmux-kickstarter
Last synced: 9 days ago
JSON representation
A semi-opinionated tmux config to get started
- Host: GitHub
- URL: https://github.com/jmbuhr/tmux-kickstarter
- Owner: jmbuhr
- License: mit
- Created: 2022-06-03T10:39:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T16:01:03.000Z (over 2 years ago)
- Last Synced: 2025-01-10T01:53:35.560Z (6 months ago)
- Size: 2.93 KB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tmux configuration
Sort of opinionated. Works greate with .
To use, put the file `.tmux.config` into your home folder.
Either manually or with (if you don't already have a tmux config):```bash
cd ~
wget https://raw.githubusercontent.com/jmbuhr/tmux-kickstarter/main/.tmux.conf
```Then:
- install tpm: `git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`
- open tmux
- press prefix + I (capital i, as in Install) to fetch the plugins
- restart tmux
- prefix + U updates pluginsThe default prefix is `ctrl-b`, with this configuration it will be `ctrl-space`.