[VIM] How to restrict operations to certain lines?
- by Ayman
I have to work some relatively huge code files.
How do I restrict some operations like find-next normal-n and others to a certain function / block?
How would I visually know if I'm within that block or outside it?
Looking and line numbers seems awkward, specially that the line numbers I need to work with are generally 5 digits long!