Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 plugins

The default prefix is `ctrl-b`, with this configuration it will be `ctrl-space`.