In VIM in command line mode a "%" denotes the current file, "cword" denotes the current word under the cursor. I want to create a shortcut where I need the current line number. What is the symbol which denotes this?
|
|
|
|
|
|
|
If you want to pass the current line number to a shell command, you could do
|
||
|
|
|
. (dot) stands for the current line. To clarify:
This is meant for stuff like I don't know know of a way to get the current line number expanded for a shell command, which is what you are trying to do by doing You can find out about the expansions that are done (like |
||||||
|
|
|
Commands in vim works on the current line so:
will transform every foo in bar on the line you are currently on. |
||||||
|
|
|
To return the line number of current line at bottom of screen, use:
|
||
|
|
