Re: tab key

From: clvrmnky (clvrmnky-uunet_at_coldmail.com.invalid)
Date: 03/30/04


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


Relevant Pages

  • Re: Vimdiff path issue
    ... Earlier than when you apparently installed the MKS ... unless the environment variable SHELL is set. ... installation added SHELL to the environment in which you're starting ... use their versions of vim and/or gvim. ...
    (comp.editors)
  • Re: grep problem
    ... If I do,:grep string ... bash by executing ... If I then run vim and execute ... That confirms that the shell spawned from vim does not ...
    (comp.editors)
  • Re: [vim] grep problem
    ... If I do,:grep string ... bash by executing ... If I then run vim and execute ... That confirms that the shell spawned from vim does not ...
    (comp.editors)
  • Re: VIM for OS/2 Question
    ... When i run vim from a 4OS2.EXE shell, i get nice colours, and the .vimrc file is sourced correctly from the directory above the vim70 directory. ... How would i structure an OS/2 command file to automatically create a ...
    (comp.os.os2.misc)
  • Re: C programming from shell
    ... breakpoints etc on the shell)? ... but just on the GUI version of vim. ... Then use cc from the command line to compile. ... Then run gdb from the command line to debug. ...
    (alt.os.linux)