Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
/ company-tmux Public archive

emacs auto complete with content of tmux panes

License

Notifications You must be signed in to change notification settings

Mic92/company-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

company-tmux

This package will add a company source that completes keywords with content of tmux panes.

Usage

(require 'company-tmux)
(company-tmux-setup) ; will add company-tmux to company-backends list

Usage in spacemacs

First add it to dotspacemacs-additional-packages:

(setq-default dotspacemacs-additional-packages '((company-tmux :location (recipe :fetcher github :repo "Mic92/company-tmux"))))

The only reliable way in spacemacs to enable this source globally, that I found, was to add it to spacemacs-default-company-backends.

(setq-default dotspacemacs-configuration-layers '(
  (auto-completion :variables
                   spacemacs-default-company-backends '(company-dabbrev-code company-gtags company-etags company-keywords company-tmux))
))

About

emacs auto complete with content of tmux panes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages