Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 791 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 791 Bytes

workspace.vim

Assorted integrations between workspace and vim.

See okkays/workspace for the underlying bash utility.

Installation

Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'okkays/helpers.vim'
Plug 'okkays/workspace', { 'dir': '~/.workspace', 'do': './install' }
Plug 'okkays/workspace.vim'

Features

fzf ❤️ workspace

All commands support (and require) junegunn/fzf.vim,

With the default mappings, ctrl+p opens any file in your workspace.

Workspace Ag

Search for any file in your workspace using :WsAg.

Development

Use google/vimdoc to produce documentation.