Vim Tips Wiki
Register
(change vim.org/scripts URL to use template + minor manual clean)
(updated vim version)
 
Line 1: Line 1:
{{Deprecated|Vim is currently version 7.1.173 - the patches in this tip are for 7.0.0}}
+
{{Deprecated|Vim is currently version 7.4 - the patches in this tip are for 7.0.0}}
 
{{TipImported
 
{{TipImported
 
|id=1227
 
|id=1227

Latest revision as of 16:58, 3 September 2013

This tip is deprecated for the following reasons:

Vim is currently version 7.4 - the patches in this tip are for 7.0.0

Tip 1227 Printable Monobook Previous Next

created 2006 · complexity intermediate · author Ryan Springer · version 6.0


If you have ever wanted to drop to a full shell in a window and do things like run ssh, full-color bash, you should check out Thomas Wana's Vim-Shell patch: http://www.wana.at/vimshell/

It currently only works on text-mode Vim 7.0.

Comments[]

See :help shell-window. This feature, while available, is discouraged.

The ConqueShell plugin provides an interactive shell in a buffer, without needing to patch Vim.