ftag-mode is an Emacs major mode for editing .ftag files (See
this project to
understand what .ftag files are). It provides the following
features:
- Basic syntax highlighting.
- Autocompletion for filepaths and tags.
- Command to preview the file at point:
ftag-preview-file. Bound toC-c C-cby default. - Minor mode to always preview the file at point as you move around
the buffer:
ftag-follow-mode. Bound toC-c C-fby default. - Open the file at point in the default application with:
ftag-open-file-at-point, bound toC-c C-oby default. - Command to quickly track all untracked files in the directory:
ftag-track-untracked-files.