Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nverno/tmux-mode

Emacs major-mode for tmux configuration files (.tmux.conf)
https://github.com/nverno/tmux-mode

configuration emacs major-mode tmux

Last synced: 3 months ago
JSON representation

Emacs major-mode for tmux configuration files (.tmux.conf)

Awesome Lists containing this project

README

        

# Major mode for tmux files

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Major mode for tmux configuration files.

Features:
- font-locking
- indentation
- completion-at-point
- eldoc

![example](doc/tmux-example.png)

## Installing

### Install tmux-mode.el from source

- Clone this repository
- Add the following to your emacs config

```elisp
(require "[cloned nverno/tmux-mode]/tmux-mode.el")
```