-
Notifications
You must be signed in to change notification settings - Fork 2
A shell buffer in vim.
vim-scripts/Shell.vim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=118 Many a time I find myself missing the power of *the* editor while typing shell commands. This script opens a new buffer which can be used to enter shell commands. Commands will be executed when you type <Enter>. Simply put, it does a :r!command<cr> and a little more. The global variable g:PROMPT wil be used as the prompt string.