Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/delphinus/ddc-source-tmux

A source for ddc.vim to gather candidates from tmux panes
https://github.com/delphinus/ddc-source-tmux

ddc-source ddc-vim tmux

Last synced: 12 days ago
JSON representation

A source for ddc.vim to gather candidates from tmux panes

Awesome Lists containing this project

README

        

# ddc-tmux

Around completion for ddc.vim

This source collects candidates from all panes of [tmux](https://github.com/tmux/tmux).

## Required

### denops.vim

https://github.com/vim-denops/denops.vim

### ddc.vim

https://github.com/Shougo/ddc.vim

### tmux

https://github.com/tmux/tmux

## Configuration

```vim
" Use around source.
call ddc#custom#patch_global('sources', ['tmux'])

" Change source options
call ddc#custom#patch_global('sourceOptions', {
\ 'tmux': {'mark': 'T'},
\ })
```