sponsor Vim development Vim logo Vim Book Ad

VimLogViewer : log viewer like edit++

 script karma  Rating 5/4, Downloaded by 979  Comments, bugs, improvements  Vim wiki

created by
Sung Keun Kim
 
script type
utility
 
description
This script has useful utilities for viewing log files(ex. Android logcat)
[Features]
1. searching keyword
you can searching the words you want to find from logs. and this results is put in the quick fix.
,f          : search the word on current cursor position from current buffers(erase old list)
,F         : search the word on current cursor position from current buffers(add to list)
you'll see result at quickfix view atfer typing short key, type ": copen"

2. keyword highlight
If you want to highlight the keywords in the logs, you can do it by short cuts below.
first, move the cursor to the keywords you want to highlight. and then type "\" + number
you can highlight ten differect colors by typing "\1" or "\2", ..., "\0"  

[usefule functions]
SearchPatternFromBuffer(pattern)            : search the pattern from all buffers
SearchPatternFromCurrentBuffer(pattern) : search the pattern from current buffers
 
install details
just add script file into you plugin folder
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
VimLogViewer.vim 0.1 2012-12-04 7.0 Sung Keun Kim Initial upload
ip used for rating: 44.223.31.148

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github