Added Miscellaneous category for VIM cheatsheet. Print current working buffer to html file

master
NinjaSayWhat 2015-07-27 15:28:16 +00:00
parent f95643f0d2
commit c3b70e1b23
1 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,8 @@
"Exiting",
"Search and replace",
"Working with multiple files",
"Tabs"
"Tabs",
"Miscellaneous"
],
"sections": {
"Tabs": [{
@ -313,6 +314,10 @@
}, {
"val": "replace all old with new throughout file with confirmations",
"key": ":%s/old/new/gc"
}],
"Miscellaneous": [{
"val": "create html representation of current working buffer",
"key": ":%TOhtml"
}]
}
}