say i am editing my vimrc file, and i input a line like:
let xxx = 1
then i want to test this line, i have to enter the normal mode, press ':' and copy this line to the command mini-buffer...
Can i config the vim to run the line by just 1-2 key strokes? or maybe one step further, can i run highlighted (visual mode) code area by 1-2 key strokes? i think some one should've already done such thing but just could not find it by google or here.
thanks!