-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0066 - _vim_wok_visualcpp01.zip.json
More file actions
27 lines (27 loc) · 1.5 KB
/
0066 - _vim_wok_visualcpp01.zip.json
File metadata and controls
27 lines (27 loc) · 1.5 KB
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": "66",
"display_name": "_vim_wok_visualcpp01.zip",
"summary": "Simulating some cool features of MS Visual Studio C++ (TM) by Microsoft Corp.",
"name": "_vim_wok_visualcpp01.zip",
"script_type": "utility",
"description": "Some key extensions, which simulate MS Visual Studio C++ behaviour under VIM. E.g. CTRL-F2 sets/unsets anonymous marks on current line, F2 jumps to next mark. HOME toggles cursorpos between first column of line and first non-white-char on current line. TAB indents all currently selected lines by one shiftwidth (SHIFT-TAB unindents). CTRL-SPACE does keyword completion.\nEven people who never used (or will use) the MS IDE, these key bindings make some tasks quicker/simpler... Just try the CTRL-F2 / F2 feature and you'll love it. Same for the new HOME behaviour.\nThis is my first VIM script, so don't blame me, if things work in even more simple ways... just drop me an email - and tell me how!",
"install_details": "Just append the content of the vim file to you _vimrc / .vimrc file",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=123",
"filename": "_vim_wok_visualcpp01.zip",
"script_version": "0.1",
"date": "2001-08-21",
"vim_version": "5.7",
"author": {
"user_id": "171",
"user_name": "derwok",
"first_name": "Wolfram",
"last_name": "Esser",
"email": "IACTVMWNNHTD@spammotel.com",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}