GitXplorerGitXplorer
o

tmux_lib.vim

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
0468f20d8f2c1801c975a06578ae30263e7d760b

add vim plugin from config

ookkays committed 3 years ago

README

The README file for this repository.

tmux_lib.vim

Assorted integrations between tmux and vim.

See okkays/tmux_lib for the underlying bash utility.

Installation

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'

Features

fzf ❤️ session_files

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.

Development

Use google/vimdoc to produce documentation.