Friday, November 9, 2012

Re: Clear the command line in vim?

Thanks!! it is working now with your method 1.

Finally I create a key binding like this:

map gm :! ~/my_sript.sh &<enter><F5>

And this is the content of my_script.sh:

#!/bin/sh
xdotool windowfocus `xdotool search --name "Mozilla Firefox" | head -1`
sleep 2
xdotool key F5
xdotool windowactivate `xdotool search --name "GVIM" | head -1`
xdotool key F4 #to go to the breakpoint

Well when I said "not possible to write commands in the command line" I meant that while the message "wait.." is shown in the command line, I cat not write anything in the command line.

Javi

--
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

No comments: