GitXplorerGitXplorer
o

workspace.vim

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
702b5951584c915a903736ba2399a2718713ea04

Update README.md

ookkays committed 3 years ago
Unverified
8bc1474f6efa1591278d4f0a1ebee56a9fa33d90

don't shellescape args

ookkays committed 3 years ago
Unverified
cbb87d311b235646917326b8ea808616d926e087

move commands to plugin

ookkays committed 3 years ago
Unverified
8b1ff767deffeafa4ae2da9b75e507c9e6dd3a63

use helpers function instead of depending on global

ookkays committed 3 years ago
Unverified
06d8212867fa175d36f0fdb125c476bbad3b64f2

initial commit from vimrc

ookkays committed 3 years ago

README

The README file for this repository.

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.