Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/delphinus/ddc-source-tmux
- Owner: delphinus
- License: other
- Created: 2021-08-27T07:10:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T09:22:22.000Z (10 months ago)
- Last Synced: 2024-08-01T17:40:07.531Z (3 months ago)
- Topics: ddc-source, ddc-vim, tmux
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'},
\ })
```