Friday, February 1, 2013

Fastest way to swap selections

Hello all,
I would like to know what are the better/fastest way to swap portions of text. In this case ip address. Imagine I have a dhcp config and want to change a mac address by another:
host printer {
option host-name "epl5900.red-local.net";
hardware ethernet 00:24:2B:65:54:84;
fixed-address 172.16.1.59;
}
host computer {
option host-name "fancylaptop.red-local.net";
hardware ethernet 00:24:2B:65:54:85;
fixed-address 172.16.1.19;
}
What can I do to swap both macs on example?

Thanks.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: