Re: tab key
From: clvrmnky (clvrmnky-uunet_at_coldmail.com.invalid)
Date: 03/30/04
- Next message: Wolfgang M. Weyand: "Re: httpd won't start and no error entries in error_log"
- Previous message: Uwe Dippel: "Re: httpd won't start and no error entries in error_log"
- In reply to: ww-ww: "tab key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 13:29:31 -0500
On 29/03/2004 7:07 PM, ww-ww wrote:
> hi, i have bash shell, but when i press tab key under vim (in
> editing-mode) i receive a ^I and not the completion function.
> Anyone can help me ?
The tab key is special only in those shells that consider it special.
From within an _application_, like vim, you get the behaviour for that
application. In the case of vim, you either get n space (ASCII 0x20)
chars, or an ASCII tab.
This is generally considered the expected results.
Special behaviour like tab-completion in some arbitrary shell should not
affect applications that are run from that shell.
I'm trying to figure out what items you'd like completed from within
vim, but for the life of me, I can't come up with anything a.)
reasonable or, b.) generic across the many users of vim.
-- cm
- Next message: Wolfgang M. Weyand: "Re: httpd won't start and no error entries in error_log"
- Previous message: Uwe Dippel: "Re: httpd won't start and no error entries in error_log"
- In reply to: ww-ww: "tab key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|