-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0053 - colorize.vim.json
27 lines (27 loc) · 1.11 KB
/
0053 - colorize.vim.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"script_id": "53",
"display_name": "colorize.vim",
"summary": "Change background color when in insert mode",
"name": "colorize.vim",
"script_type": "utility",
"description": "It is hard to adjust to command/insert mode. \nIf you don't pay attention, all that typing is lost, etc.\nThese lines are added to your resource file _gvimrc\nand will change the background color when you\ngo into insert mode (not every key, but the main\nones i,s,a,and o.) The color changes back when\nyou press escape.\nVery helpful for newbies!\n",
"install_details": "Open the _gvimrc file, copy/paste the lines\nnear the bottom of the file into it.\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=79",
"filename": "colorize.vim",
"script_version": "1.0",
"date": "2001-08-01",
"vim_version": "5.7",
"author": {
"user_id": "106",
"user_name": "dougedmunds",
"first_name": "doug",
"last_name": "edmunds",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}