Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wklken/k-tmux
tmux.conf
https://github.com/wklken/k-tmux
Last synced: 3 days ago
JSON representation
tmux.conf
- Host: GitHub
- URL: https://github.com/wklken/k-tmux
- Owner: wklken
- Created: 2015-08-06T07:06:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T03:45:36.000Z (almost 5 years ago)
- Last Synced: 2024-04-16T04:46:26.742Z (7 months ago)
- Size: 5.86 KB
- Stars: 90
- Watchers: 10
- Forks: 53
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 necessarycp ~/.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