Assorted integrations between tmux and vim.
See okkays/tmux_lib for the underlying bash utility.
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'okkays/tmux_lib', { 'dir': '~/.tmux_lib', 'do': './install' }
Plug 'okkays/tmux_lib.vim'
With the help of junegunn/fzf.vim, displays a window with a list of files in the scrollback of the current tmux session to jump to.
Use google/vimdoc to produce documentation.