Skip to content

t9md/vim-unite-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Now, this Unite source is bundled in original unite.vim. You don't need to install unite-lines explicitly, so Don't use this reository

2011/06/26

Unite line

Original version

http://d.hatena.ne.jp/thinca/20101105/1288896674

Try

Unite lines or :UniteWithCursorWord lines

Config

* g:unite_source_lines_highlight

control whether ack search keyword is highlighted in unite buffer default: 1

* g:unite_source_lines_highlight_color

color setting applied to search keyword when g:unite_source_ack_highlight is true
default: "gui=bold ctermfg=255 ctermbg=4 guifg=#ffffff guibg=#0a7383"

Keymap example

nnoremap <silent> <expr><Space>l ":<C-u>UniteWithCursorWord lines<CR>"

Screen capture

vim-unite-lines.png

About

nallowing lines from current buffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published