What feature is missing or hidden in Vim? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T09:45:45Zhttp://stackoverflow.com/feeds/question/255783http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim3What feature is missing or hidden in Vim?Rob Kam2008-11-01T17:10:48Z2008-11-02T14:40:31Z
<p>I thought I'd have a try at using Win32 GVim, and I'm finding that it's much more versatile than I realised. At this point I'm finding that for myself a lot of its features are still hidden. As an example I'm used to having a button on the toolbar to run external commands and capturing the output but I found in Vim it's <code>:%!<command></code> to get this.</p>
<p>I'm wondering what are the limitations of Vim itself (i.e. not Vi's). What, if any, are the features that you've found missing in Vim? Also have you subsequently found a way to enable this feature after all? </p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255792#2557921Answer by Daok for What feature is missing or hidden in Vim?Daok2008-11-01T17:20:19Z2008-11-01T21:29:26Z<p>For people who aren't used to use Vim I think all features are hidden without a <a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html" rel="nofollow">Cheat Sheet</a></p>
<p><strong>Put your question as Wiki; it is very subjective</strong></p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255805#2558050Answer by Roman Plášil for What feature is missing or hidden in Vim?Roman Plášil2008-11-01T17:30:26Z2008-11-01T17:30:26Z<p>There are lots of features and you just keep discovering new ones as you go. Reading random parts of the docs from time to time can help speed up your knowledge of features.</p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255809#2558095Answer by nimrodm for What feature is missing or hidden in Vim?nimrodm2008-11-01T17:32:38Z2008-11-01T17:32:38Z<p>A programmable shell mode (like emacs) that would make VIM a true IDE for any language. I don't want to switch to emacs just for that...</p>
<p>There is a vim-shell patch <a href="http://www.wana.at/vimshell" rel="nofollow">http://www.wana.at/vimshell</a> but since it's not part of the standard distribution it is not available on machines I use (and universal availability has always been one of VI's key features!)</p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255811#2558113Answer by Lucas Oman for What feature is missing or hidden in Vim?Lucas Oman2008-11-01T17:34:15Z2008-11-01T17:34:15Z<p>There have been several other questions very close to this one <a href="http://stackoverflow.com/questions/20735/useful-vim-features">here</a>, <a href="http://stackoverflow.com/questions/95072/what-are-your-favorite-vim-tricks">here</a>, <a href="http://stackoverflow.com/questions/21725/favorite-gvim-pluginsscripts">here</a> and <a href="http://stackoverflow.com/questions/80386/what-is-the-vim-feature-that-you-like-the-most">here</a>.</p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255816#2558161Answer by CMS for What feature is missing or hidden in Vim?CMS2008-11-01T17:35:14Z2008-11-01T17:35:14Z<p>A feature that I found very useful to have is a File Explorer, for browsing your file system folders and open files, you can get this feature with this scripts:</p>
<ul>
<li><a href="http://www.vim.org/scripts/script.php?script_id=1658" rel="nofollow">The NERD tree</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=184" rel="nofollow">VTreeExplorer</a> </li>
</ul>
<p>Another feature that I found very nice is to have templates or bundles, <a href="http://www.vim.org/scripts/script.php?script_id=1318" rel="nofollow">snippetsEmu</a> emulates TextMate's snippet expansion...</p>
<p>I also like to save my most used macros, so I can use them later when needed, for that I use <a href="http://www.vim.org/scripts/script.php?script_id=2154" rel="nofollow">marvim</a>.</p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255821#2558210Answer by VonC for What feature is missing or hidden in Vim?VonC2008-11-01T17:36:04Z2008-11-01T17:36:04Z<p>According to <a href="http://weblog.jamisbuck.org/2008/10/10/coming-home-to-vim" rel="nofollow">this thread</a>, the ability to find a file in a tree-list of files (Command-T in TexMate) is missed in VIM.</p>
<p>One possible solution is:</p>
<blockquote>
<p>map "<em>" to ":b 0", then make sure to always open up a "files.txt" file (or some other file that has a list of file names in it) which was usually made by just running "find . -type f -not -path '.</em>/.svn/.*' > files.txt".</p>
<p>It shows all the files in a tree-like view, I can search through them with ”/”, and when I find the one that I want I can just type “gf”.</p>
</blockquote>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255849#2558492Answer by Luc Hermitte for What feature is missing or hidden in Vim?Luc Hermitte2008-11-01T17:50:06Z2008-11-01T17:50:06Z<p>Lately, on one of the Vim mailing-lists, there has been <a href="http://groups.google.com/group/vim_use/browse_frm/thread/adbd5a96d7322a6f/4f7e42936f3e0d09" rel="nofollow">a discussion about</a> the lack of (maintained) interaction with external programs.</p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255865#2558650Answer by Luc Hermitte for What feature is missing or hidden in Vim?Luc Hermitte2008-11-01T17:57:18Z2008-11-01T17:57:18Z<p>My main concern is not directly related to vim itself, but to exhuberant ctags: its understanding of C++ is quite limited and it does not provides me as much information as I'd like to to develop my <a href="http://code.google.com/p/lh-vim/wiki/lhCpp" rel="nofollow">C++ ftplugins</a>. As a consequence we have to do a lot of clumsy parsings in VimL in order to extract the static type of an expression, the namespaces imported in the current scope, etc. [EDIT: most have already be developed in omnicppcomplete]</p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/255990#2559901Answer by Ali A for What feature is missing or hidden in Vim?Ali A2008-11-01T19:28:56Z2008-11-01T19:28:56Z<p>If you miss a few gui-like features, but you love Vim, perhaps try <a href="http://pida.co.uk/" rel="nofollow">PIDA, an IDE which embeds GVim itself</a>. It's Linux-only, so sorry about that for you Windows/Mac users.</p>
http://stackoverflow.com/questions/255783/what-feature-is-missing-or-hidden-in-vim/256930#2569303Answer by Luc M for What feature is missing or hidden in Vim?Luc M2008-11-02T14:40:31Z2008-11-02T14:40:31Z<p>I would like to be able to undo-redo between vim sessions.</p>
<p>Edit a file, save it, quit vim.</p>
<p>Edit the file a day later and undo the change you made last day.</p>