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: 25 days ago
JSON representation
Emacs major-mode for tmux configuration files (.tmux.conf)
- Host: GitHub
- URL: https://github.com/nverno/tmux-mode
- Owner: nverno
- License: gpl-3.0
- Created: 2020-02-12T18:34:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T12:49:40.000Z (over 1 year ago)
- Last Synced: 2025-04-23T22:06:22.557Z (25 days ago)
- Topics: configuration, emacs, major-mode, tmux
- Language: Emacs Lisp
- Homepage:
- Size: 158 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Major mode for tmux files
[](https://www.gnu.org/licenses/gpl-3.0)
Major mode for tmux configuration files.
Features:
- font-locking
- indentation
- completion-at-point
- eldoc
## 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")
```