Re: vim keyboard mapping problems (ssh)

2003-11-27 Thread Jean-Baptiste Quenot
* Khairil Yusof: home,end,cursor keys work, but tab doesn't work for commands. tab key displays ^I instead. Try: :set nolist :help 'nolist' vim (insert mode): up cursor= A + enter left cursor = D + enter right cursor = C + enter down cursor = B + enter This is a terminal

vim keyboard mapping problems (ssh)

2003-11-26 Thread Khairil Yusof
I couldn't figure why I'm having this problem. If anybody knows why my keyboard mappings are off, I'd really appreciate it. On my main machine, everything works just fine (tab, cursor keys, home, end) in both insert/command mode. I've recently built a simple FreeBSD 5.1 web server. The problem I

Re: vim keyboard mapping problems (ssh)

2003-11-26 Thread William O'Higgins
On Thu, Nov 27, 2003 at 02:59:56AM +0800, Khairil Yusof wrote: vim (command mode): home,end,cursor keys work, but tab doesn't work for commands. tab key displays ^I instead. vim (insert mode): up cursor= A + enter left cursor = D + enter right cursor = C + enter down cursor = B + enter