mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-17 15:33:38 -05:00
Add <Plug> mappings for highlighting fixed range
This commit is contained in:
@@ -23,3 +23,5 @@
|
||||
|
||||
command! -nargs=? -bar -bang -range Limelight <line1>,<line2>call limelight#execute(<bang>0, <count> > 0, <f-args>)
|
||||
|
||||
nnoremap <silent> <Plug>(Limelight) :set opfunc=limelight#operator<CR>g@
|
||||
xnoremap <silent> <Plug>(Limelight) :Limelight<CR>
|
||||
|
||||
Reference in New Issue
Block a user