Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncm2/ncm2-tmux
completion with words from other tmux panes
https://github.com/ncm2/ncm2-tmux
ncm2-plugin ncm2-source ncm2-word
Last synced: 28 days ago
JSON representation
completion with words from other tmux panes
- Host: GitHub
- URL: https://github.com/ncm2/ncm2-tmux
- Owner: ncm2
- License: mit
- Created: 2018-06-30T08:09:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T03:37:11.000Z (almost 6 years ago)
- Last Synced: 2024-08-07T18:43:35.903Z (5 months ago)
- Topics: ncm2-plugin, ncm2-source, ncm2-word
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ncm2-tmux
Provide word completions from other tmux panes for ncm2.
The idea was stolen from
[wellle/tmux-complete.vim](https://github.com/wellle/tmux-complete.vim), since
I misunderstood its source code and believed that it tends to block vim at the
time I created tmux completion for the old
[nvim-completion-manager](https://github.com/roxma/nvim-completion-manager).You could use
[wellle/tmux-complete.vim](https://github.com/wellle/tmux-complete.vim)
directly since it [supports ncm2](https://github.com/wellle/tmux-complete.vim/pull/83) and
[doesn't block vim actually](https://github.com/wellle/tmux-complete.vim/commit/c0e1f2b5608a38e4e2ab2895c49f98f7ddfabb65).![ncm2-tmux](https://user-images.githubusercontent.com/4538941/51011282-e9986d00-1592-11e9-947f-9c559bf98a0f.png)