supertab Questions
5
I'm using Vim with a bunch of plugins (pathogen, ctags, snipmate, supertab, ...), and everything works fine for all kinds of file extensions.
However, when I'm try to edit .tex files it presents t...
Auxin asked 28/11, 2011 at 19:11
2
Solved
When I have my vimrc here:
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set smarttab
And I have supertab plugin installed. Whenever I am in insert mode I press tab, it shows th...
Anhanhalt asked 5/8, 2011 at 5:6
2
I've just enabled SuperTab in vim, and if I try to indent a blank line, SuperTab is attempting to insert strings. What I'd like, I guess, would be to have SuperTab offer completions only if there i...
Cardinale asked 14/5, 2013 at 16:59
2
Solved
When I hit Enter on SuperTab's popup suggestion, it automatically creates a new line at the end of the inserted keyword.
Is it possible to select an option in the SuperTab popup without creating a...
Perineurium asked 23/10, 2011 at 23:40
1
Solved
I am using a bépo keymap (http://bepo.fr) and seeking the perfect vim mapping.
So far I used a long list of noremap, but for many binding (for exemple, the motion aw or Ctrl+r), the first keystrok...
Dynamism asked 16/9, 2012 at 21:17
1
Posting as a follow up to How to check if SuperTab and jedi-vim is activated? and have done what Ingo Karkat proposed. Now I wonder what is broken and how I fix it.
Here is the output:
:verbose i...
Should asked 2/11, 2012 at 10:51
1
Solved
As the title states, how do I check if a plugin is loaded?
When I hit tab (for SuperTab) all I get is the ordinary character "tab" inserted in my file and when I hit ctrl-space I just get thrown o...
1
The Setup
In my .vimrc I have the following lines:
" .vimrc
let g:virtualenv_directory="/Users/Kit/Development/virtualenv"
Then in ~/.vim/ftplugin/python/virtualenv.vim I have these:
py <&l...
Odilia asked 8/2, 2012 at 12:31
1
© 2022 - 2024 — McMap. All rights reserved.