Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 471 Bytes

Major mode for tmux files

License: GPL v3

Major mode for tmux configuration files.

Features:

  • font-locking
  • indentation
  • completion-at-point
  • eldoc

example

Installing

Install tmux-mode.el from source

  • Clone this repository
  • Add the following to your emacs config
(require "[cloned nverno/tmux-mode]/tmux-mode.el")