Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kasramp/suckless-tmux-config

A suckless, minimalstic Tmux config with Vim key bindings
https://github.com/kasramp/suckless-tmux-config

Last synced: about 1 month ago
JSON representation

A suckless, minimalstic Tmux config with Vim key bindings

Awesome Lists containing this project

README

        

# Suckless Tmux config

A suckless, minimalistic Tmux config with Vim key bindings.

## Rationale

There are countless Tmux configs all over the internet. However, they are mostly bloated, use plugins, and difficult to deploy to servers.

Suckless Tmux config is created based on the **Less is more** principle with the objective of simplicity and usability. It's flavored with Vim key bindings
and designed to be understandable, small, and easily deployable to any server without any plugins or voodoo work while being aesthetically pleasing.

## Screenshot

![Preview](https://github.com/kasramp/suckless-tmux-config/blob/master/screenshot/screenshot.png)

## How to install

Since everything is in a single file, the installation process is super simple with a single cURL command,

```bash
$ curl -sL https://raw.githubusercontent.com/kasramp/suckless-tmux-config/master/.tmux.conf --output ~/.tmux.conf
```