Tips for using vim as a log viewer

Posted by Benjamin on Stack Overflow See other posts from Stack Overflow or by Benjamin
Published on 2010-05-31T01:55:29Z Indexed on 2010/05/31 2:22 UTC
Read the original article Hit count: 274

Filed under:
|
|

As a log viewer, which of vim's features are convenient?

less -F is quite good. But I believe vim could be better if we knew its hidden features.

© Stack Overflow or respective owner

Tips for using vim as a log viewer

Posted by Benjamin on Super User See other posts from Super User or by Benjamin
Published on 2010-05-31T01:55:29Z Indexed on 2010/05/31 7:13 UTC
Read the original article Hit count: 275

Filed under:
|
|

As a log viewer, which of vim's features are convenient?

less -F is quite good. But I believe vim could be better if we knew its hidden features.

* or #
v//d
g//d
etc..

PS. I don't use vim as a code writing tool.

© Super User or respective owner

Related posts about vim

Related posts about gvim