How To: vim search and replace pattern to change text inside the linux command line editor.
Here is the pattern: :
%s/homeserver/monitoring
delete a whole line:
dd
repeat command (dot):
.
How To: vim search and replace pattern to change text inside the linux command line editor.
Here is the pattern: :
%s/homeserver/monitoring
delete a whole line:
dd
repeat command (dot):
.