I want to add []( to the beginning of a line and ) to the end of a line that starts with http in Vim.
To do this I am using the following g command:
g/^htt/norm I[](
Now, I want to press Esc key now inside g and put A). How can I do that?