Tips for using vim as a log viewer
- by Benjamin
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.