Y
Hacker News
new
|
ask
|
show
|
jobs
by
LauriL
5076 days ago
Here is how you can paste the word under cursor to the command line:
C-r-w
Handy for renaming variables with
:%s/oldname/newname/g
, for example.