Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wklken/k-tmux

tmux.conf
https://github.com/wklken/k-tmux

Last synced: 3 days ago
JSON representation

tmux.conf

Awesome Lists containing this project

README

        

# k-tmux

# Introduction

A tmux conf, which can work with [k-vim](https://github.com/wklken/k-vim)

简要说明 [k-tmux](http://www.wklken.me/posts/2015/08/06/linux-tmux.html)

# Screenshot

![screenshot](https://raw.githubusercontent.com/wklken/gallery/master/tmux/tmux.png)

# Install

NOTE: make sure your tmux version >= 2.5

Recommend

```
1. backup old tmux config if it is necessary

cp ~/.tmux.conf ~/.tmux.conf_bak

2. just get the file

curl https://raw.githubusercontent.com/wklken/k-tmux/master/tmux.conf > ~/.tmux.conf

3. Done, enjoy it
```

Use github

```
git clone https://github.com/wklken/k-tmux.git
ln -s $PWD/k-tmux/tmux.conf ~/.tmux.conf
```

# Donation

You can Buy me a coffee:) [link](http://www.wklken.me/pages/donation.html)

------------------------
------------------------

wklken

Email: [email protected]

Github: https://github.com/wklken

Blog: [http://www.wklken.me](http://www.wklken.me)

2015-08-06 ShenZheng