screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

avoiding warning message and delay in "macro"


From: Eric Smith
Subject: avoiding warning message and delay in "macro"
Date: Fri, 14 Jul 2006 13:51:41 -0000
User-agent: Mutt/1.5.11+cvs20060403

Hi

I am using tabs in vim7 and have several files permanently opened
on screen window called "data".  I have bindings as per:
bind r eval 'select data' 'stuff :tabn1^M'
bind t eval 'select data' 'stuff :tabn2^M'

This takes me from wherever I am in screen to the data window and
then issues the :ex command do go to tab number 1 if I pressed
"r" and tab 2 if I pressed "t".

This works perfectly if I am not in window "data".
But I want to use the same keystrokes even if I am in the data
window.  But then I get the error message "This IS window ..."
and an irritating 1 sec pause.

How do I achieve the functionality I want without this waste of
time?  (I know you can config the time delay for these messages
but I do not want that to be done as a global setting).

Thanks

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]