Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kasramp/suckless-tmux-config
- Owner: kasramp
- License: mit
- Created: 2024-02-25T22:56:21.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-25T23:23:31.000Z (9 months ago)
- Last Synced: 2024-05-02T02:13:01.790Z (7 months ago)
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```