Vim Tips Wiki
(change vim.org/scripts URL to use template + minor manual clean)
Line 4: Line 4:
 
|previous=1226
 
|previous=1226
 
|next=1228
 
|next=1228
|created=May 11, 2006
+
|created=2006
 
|complexity=intermediate
 
|complexity=intermediate
 
|author=Ryan Springer
 
|author=Ryan Springer
Line 19: Line 19:
 
See {{help|shell-window}}. This feature, while available, is discouraged.
 
See {{help|shell-window}}. This feature, while available, is discouraged.
   
The [http://www.vim.org/scripts/script.php?script_id=2771 ConqueShell plugin] provides an interactive shell in a buffer, without needing to patch Vim.
+
The {{script|id=2771|text=ConqueShell}} plugin provides an interactive shell in a buffer, without needing to patch Vim.
 
----
 
----

Revision as of 10:56, 11 August 2011

This tip is deprecated for the following reasons:

Vim is currently version 7.1.173 - 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.