addadi / seeks.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seeks.vim

Make a seeks search inside vim

Screenshot

Requirements

Installation

I recommend installation with pathogen.vim.

$ cd ~/.vim/bundle
$ git clone https://github.com/sanpii/seeks.vim.git

Usage

nnoremap <silent> <C-K> :call seeks#Find('<cword>')<CR>

Commands

:Seeks [query]

Configuration

let g:seeks_node = 'http://seeks.fr'
let g:seeks_max_results = 5
let g:seeks_append_results = 0

About


Languages

Language:Vim Script 100.0%