Lets say cursor is standing on line #10:
foo bar "fizz" buzz
first character.
How can I yank fizz using ex mode (to do the same as f"yi" would do)?
Bonus points for ability to specify register.
|
Lets say cursor is standing on line #10:
first character. How can I yank Bonus points for ability to specify register. |
|||
|
|
|
You can execute any normal mode command via
For special keys, enclose the command in
|
|||
|
|