ot;)
map : tabprev
map : tabnext
else
map [D :tabprev
map [C :tabnext
endif
It was tough for me but your valuable input made it easy.
Regards,
Jagpreet
-Original Message-
From: A.J.Mechelynck [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 1:38 PM
To: J A G P R E E
bject: Re: Mapping doesn't work in putty.
Perhaps you could use:
map [ctrl-v][ctrl-left] :tabp
map [ctrl-v][ctrl-right] :tabn
Except instead of typing 'ctrl-v' and 'ctrl-left' literally, you type those
combinations instead. This will map the exact escape sequences
J A G P R E E T wrote:
Hi There,
I have these mappings defined in my .vimrc file.
map :tabnew
map :tabp
map :tabn
I'm using putty(terminal emulator) to access the unix server.
The fist mapping works absolutely fine.
The other two doesn't work at all and gives the error(E388: Couldn't fin
Perhaps you could use:
map [ctrl-v][ctrl-left] :tabp
map [ctrl-v][ctrl-right] :tabn
Except instead of typing 'ctrl-v' and 'ctrl-left' literally, you type those
combinations instead. This will map the exact escape sequences that your
terminal is sending.
regards,
Peter
--- J A G P R E E T