Added Miscellaneous category for VIM cheatsheet. Print current working buffer to html file
parent
f95643f0d2
commit
c3b70e1b23
|
@ -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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue