Guest User

Untitled

a guest
Dec 10th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.81 KB | None | 0 0
  1. <div id="content" class="mw-body" role="main">
  2.             <a id="top"></a>
  3.             <div id="mw-js-message" style="display:none;"></div>
  4.                         <h1 id="firstHeading" class="firstHeading" lang="en"><span dir="auto">Vim</span></h1>
  5.                         <div id="bodyContent">
  6.                                 <div id="siteSub">From Mewiki</div>
  7.                                 <div id="contentSub"></div>
  8.                                                 <div id="jump-to-nav" class="mw-jump">
  9.                     Jump to:                    <a href="#mw-navigation">navigation</a>,                    <a href="#p-search">search</a>
  10.                 </div>
  11.                 <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2><span class="toctoggle">&nbsp;[<a href="#" class="internal" id="togglelink">hide</a>]&nbsp;</span></div>
  12. <ul>
  13. <li class="toclevel-1 tocsection-1"><a href="#General"><span class="tocnumber">1</span> <span class="toctext">General</span></a></li>
  14. <li class="toclevel-1 tocsection-2"><a href="#Sessions"><span class="tocnumber">2</span> <span class="toctext">Sessions</span></a></li>
  15. <li class="toclevel-1 tocsection-3"><a href="#Working_with_files"><span class="tocnumber">3</span> <span class="toctext">Working with files</span></a></li>
  16. <li class="toclevel-1 tocsection-4"><a href="#History"><span class="tocnumber">4</span> <span class="toctext">History</span></a></li>
  17. <li class="toclevel-1 tocsection-5"><a href="#Navigation"><span class="tocnumber">5</span> <span class="toctext">Navigation</span></a>
  18. <ul>
  19. <li class="toclevel-2 tocsection-6"><a href="#Declaration_navigation"><span class="tocnumber">5.1</span> <span class="toctext">Declaration navigation</span></a></li>
  20. <li class="toclevel-2 tocsection-7"><a href="#Navigation_history"><span class="tocnumber">5.2</span> <span class="toctext">Navigation history</span></a>
  21. <ul>
  22. <li class="toclevel-3 tocsection-8"><a href="#Tags"><span class="tocnumber">5.2.1</span> <span class="toctext">Tags</span></a></li>
  23. </ul>
  24. </li>
  25. </ul>
  26. </li>
  27. <li class="toclevel-1 tocsection-9"><a href="#Marks"><span class="tocnumber">6</span> <span class="toctext">Marks</span></a></li>
  28. <li class="toclevel-1 tocsection-10"><a href="#Search.2C_replace"><span class="tocnumber">7</span> <span class="toctext">Search, replace</span></a></li>
  29. <li class="toclevel-1 tocsection-11"><a href="#Buffers"><span class="tocnumber">8</span> <span class="toctext">Buffers</span></a></li>
  30. <li class="toclevel-1 tocsection-12"><a href="#Windows"><span class="tocnumber">9</span> <span class="toctext">Windows</span></a></li>
  31. <li class="toclevel-1 tocsection-13"><a href="#Tabs"><span class="tocnumber">10</span> <span class="toctext">Tabs</span></a></li>
  32. <li class="toclevel-1 tocsection-14"><a href="#Selection"><span class="tocnumber">11</span> <span class="toctext">Selection</span></a></li>
  33. <li class="toclevel-1 tocsection-15"><a href="#Insert_mode_variations"><span class="tocnumber">12</span> <span class="toctext">Insert mode variations</span></a></li>
  34. <li class="toclevel-1 tocsection-16"><a href="#Edition"><span class="tocnumber">13</span> <span class="toctext">Edition</span></a>
  35. <ul>
  36. <li class="toclevel-2 tocsection-17"><a href="#Commenting_a_block"><span class="tocnumber">13.1</span> <span class="toctext">Commenting a block</span></a></li>
  37. <li class="toclevel-2 tocsection-18"><a href="#Un-commenting_a_block"><span class="tocnumber">13.2</span> <span class="toctext">Un-commenting a block</span></a></li>
  38. <li class="toclevel-2 tocsection-19"><a href="#Indentation"><span class="tocnumber">13.3</span> <span class="toctext">Indentation</span></a></li>
  39. <li class="toclevel-2 tocsection-20"><a href="#Copy_.2F_paste_.2F_delete"><span class="tocnumber">13.4</span> <span class="toctext">Copy / paste / delete</span></a></li>
  40. <li class="toclevel-2 tocsection-21"><a href="#Numbers"><span class="tocnumber">13.5</span> <span class="toctext">Numbers</span></a></li>
  41. </ul>
  42. </li>
  43. <li class="toclevel-1 tocsection-22"><a href="#Extra_tools"><span class="tocnumber">14</span> <span class="toctext">Extra tools</span></a></li>
  44. <li class="toclevel-1 tocsection-23"><a href="#Fugitive"><span class="tocnumber">15</span> <span class="toctext">Fugitive</span></a></li>
  45. <li class="toclevel-1 tocsection-24"><a href="#More_of_these.2C_please"><span class="tocnumber">16</span> <span class="toctext">More of these, please</span></a></li>
  46. </ul>
  47. </div>
  48.  
  49. <h2><span class="mw-headline" id="General">General</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=1" title="Edit section: General">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  50. <p><b>&lt;start position&gt;&lt;command&gt;&lt;end position&gt;</b> - Most commands are under the form
  51. </p><p><b>.</b> - Repeat last command
  52. </p><p><b>N&lt;command&gt;</b> - Repeat command N times
  53. </p><p><b>q:</b> - Show history
  54. </p><p><b>:! &lt;command&gt;</b> - Execute external command
  55. </p><p><b>:.! &lt;command&gt;</b> - Execute external command and paste in file on current line for instance <b>:.! date</b>
  56. </p><p><b>:r!</b> - Execute external command and paste on new line
  57. </p><p><b>:!./%</b> - Execute current .sh script
  58. </p><p><b>:!chmod +x&nbsp;%</b> - Set execution flag to current script&nbsp;;)
  59. </p><p><b>:set paste</b> - De-activate autoindent when pasting from external source
  60. </p><p><b>:set nopaste</b> - Revert back to normal mode
  61. </p><p><b>:cd&nbsp;%:h</b> - Change working directory to current file
  62. </p><p><b>&lt;C-z&gt;</b> - Suspend vim
  63. </p><p><b>fg</b> - Come back in vim
  64. </p><p><b>:setlocal textwidth=80</b> - Set temporarily max legnth to 80
  65. </p><p><b>gqip</b> - Format current paragraph to length set above
  66. </p>
  67. <h2><span class="mw-headline" id="Sessions">Sessions</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=2" title="Edit section: Sessions">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  68. <p><b>:mksession session.vim</b> - Save current session
  69. </p><p><b>vim -S session.vim</b> - Open session or <b>:so session.vim</b> from within vim
  70. </p>
  71. <h2><span class="mw-headline" id="Working_with_files">Working with files</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=3" title="Edit section: Working with files">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  72. <p><b>:e newfile.txt</b> - Create new file
  73. </p><p><b>:e ~/file.html</b> - Open file
  74. </p><p><b>:w&nbsp;!sudo tee&nbsp;%</b> - Re-open same file via sudo
  75. </p><p><b>:e!</b> - Re-open same file without saving
  76. </p><p><b>:qa!</b> - Quit without saving all files
  77. </p><p><b>:w new.txt</b> - Save as
  78. </p><p><b>:sav new.txt</b> - Save as and open new.txt
  79. </p>
  80. <h2><span class="mw-headline" id="History">History</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=4" title="Edit section: History">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  81. <p><b>:earlier {count}</b> - Go to older text state {count} times.
  82. </p><p><b>:earlier {N}s</b> - Go to older text state about {N} seconds before.
  83. </p><p><b>:earlier {N}m</b> - Go to older text state about {N} minutes before.
  84. </p><p><b>:earlier {N}h</b> - Go to older text state about {N} hours before.
  85. </p><p><b>:earlier {N}d</b> - Go to older text state about {N} days before.
  86. </p><p><b>:later</b> - Comes back
  87. </p><p><b>g-</b> - Undo
  88. </p><p><b>g+</b> - Redo
  89. </p><p>Also with the form:
  90. </p><p><b>u</b> - Undo
  91. </p><p><b>&lt;C-r&gt;</b> - Redo
  92. </p>
  93. <h2><span class="mw-headline" id="Navigation">Navigation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=5" title="Edit section: Navigation">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  94. <p><b>&lt;C-g&gt;</b> - See where you are in a file
  95. </p><p>'<b>.</b> - Go to last modified line
  96. </p><p>'<b>0</b> - Go to where the cursor was when the file was last edited
  97. </p><p><b>&lt;N&gt;G</b> - Go to line N
  98. </p><p><b>gg</b> - go to top of the file
  99. </p><p><b>G</b> - go to last line of the file
  100. </p><p><b>:&lt;n&gt;</b> -  Go to line n
  101. </p><p><b>:&lt;n&gt;%</b> - Go to n&nbsp;% of the file
  102. </p><p><b>0</b> - Go to first char on line
  103. </p><p><b>^^</b> - Go to first non whitespace char on line
  104. </p><p><b>$</b> - Go to end of line
  105. </p><p><b>fa</b> - Go to next occurrence of a
  106. </p><p><b>3fa</b> - Go to 3rd occurrence of a
  107. </p><p><b>3Fa</b> - Go to 3rd occurrence of a, backwards
  108. </p><p><b>;</b> - Repeat last 'go to' (always stays on the same line)
  109. </p><p><b>,</b> - Repeat last 'go to' in opposite direction
  110. </p><p><b>zz</b> - Center to current line
  111. </p><p><b>zt</b> - Place current line at the top
  112. </p><p><b>zb</b> - Place current line at the bottom
  113. </p><p><b>&lt;C-u&gt;</b> / <b>&lt;C-d&gt;</b> - Move half page up / down
  114. </p><p><b>&lt;C-e&gt;</b> / <b>&lt;C-y&gt;</b> - Scroll half page up / down
  115. </p><p><b>e</b> / <b>b</b> - Move by words
  116. </p><p><b>E</b> / <b>B</b> - Move by words with whitespace as delimiter
  117. </p><p><b>%</b> - Jump to corresponding { or ( or [
  118. </p><p><b>*</b> / <b>#</b> Jump to next / previous occurrence of the word
  119. </p>
  120. <h3><span class="mw-headline" id="Declaration_navigation">Declaration navigation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=6" title="Edit section: Declaration navigation">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
  121. <p><b>gd</b> - Go to local declaration
  122. </p><p><b>gD</b> - Go to global declaration
  123. </p><p><b>g*</b> - Search for string under cursos
  124. </p>
  125. <h3><span class="mw-headline" id="Navigation_history">Navigation history</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=7" title="Edit section: Navigation history">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
  126. <p><b>&lt;C-o&gt;</b> - Jump to older position
  127. </p><p><b>&lt;C-i&gt;</b> - Jump back to newer position
  128. </p><p><b>:jumps</b> - List all jumps
  129. </p>
  130. <h4><span class="mw-headline" id="Tags">Tags</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=8" title="Edit section: Tags">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
  131. <p><b>&lt;C-$&gt;</b> - Click 'hyperlink' in documentation
  132. </p>
  133. <h2><span class="mw-headline" id="Marks">Marks</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=9" title="Edit section: Marks">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  134. <p><b>ma</b> - Place mark 'a' (26 a-z marks possible)
  135. </p><p>'<b>a</b> - Jump to mark 'a'
  136. </p><p><b>:marks</b> - List current marks
  137. </p><p><b>:delm! | delm A-Z0-9</b> - Delete all alpha-numeric marks
  138. </p>
  139. <h2><span class="mw-headline" id="Search.2C_replace">Search, replace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=10" title="Edit section: Search, replace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  140. <p><b>/pattern</b> - search for 'pattern'
  141. </p><p><b>n</b> - search for next occurence
  142. </p><p><b>?&lt;up-arrow&gt;</b> - Search for next occurence upwards
  143. </p><p><b>/&lt;down-arrow&gt;</b> - Search for next occurence downwards
  144. </p>
  145. <h2><span class="mw-headline" id="Buffers">Buffers</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=11" title="Edit section: Buffers">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  146. <p><b>:ls</b> - List all open buffers
  147. </p><p><b>:b&lt;n&gt;</b> - Switch to buffer with id &lt;n&gt;
  148. </p><p><b>:bd</b> - Close current buffer
  149. </p><p><b>:vsp</b> - Vertical split
  150. </p><p><b>:bwipeout</b> - Cleans all buffer (removes deleted files for instance)
  151. </p>
  152. <h2><span class="mw-headline" id="Windows">Windows</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=12" title="Edit section: Windows">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  153. <p><b>&lt;C-w&gt;, r</b> - Rotate windows (Ctrl-w then r)
  154. </p><p><b>&lt;C-w&gt;, x</b> - Swap the current window with the next one
  155. </p><p><b>&lt;C-w&gt;, &lt;S-h&gt;</b> - Move this window to the far left
  156. </p><p><b>&lt;C-w&gt;, &lt;S-k&gt;</b> - Move this window to the top
  157. </p><p><b>:help window-moving</b> - More of these, please!
  158. </p>
  159. <h2><span class="mw-headline" id="Tabs">Tabs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=13" title="Edit section: Tabs">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  160. <p><b>:tabe</b> - Open new tab
  161. </p><p><b>gt</b> - Switch to next tab
  162. </p><p><b>gT</b> - Switch to previous tab
  163. </p><p><b>:tabc</b> - Close current tab
  164. </p>
  165. <h2><span class="mw-headline" id="Selection">Selection</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=14" title="Edit section: Selection">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  166. <p><b>gv</b> - Select previously selected block
  167. </p><p><b>vi{</b> - Select all text in {}
  168. </p><p><b>va{</b> - Sellect all text in {} including {}s
  169. </p><p><b>vi(p</b> - Highlight everything inside the ()s and replace with the pasted text
  170. </p>
  171. <h2><span class="mw-headline" id="Insert_mode_variations">Insert mode variations</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=15" title="Edit section: Insert mode variations">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  172. <ul>
  173. <li> <b>a</b> - insert after the cursor
  174. </li>
  175. <li> <b>o</b> - insert a new line after the current one
  176. </li>
  177. <li> <b>O</b> - insert a new line before the current one
  178. </li>
  179. <li> <b>cw</b> - replace from the cursor to the end of the word
  180. </li>
  181. </ul>
  182. <h2><span class="mw-headline" id="Edition">Edition</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=16" title="Edit section: Edition">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  183. <h4><span class="mw-headline" id="Commenting_a_block">Commenting a block</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=17" title="Edit section: Commenting a block">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
  184. <ul>
  185. <li> <b>V</b> - Enter visual mode
  186. </li>
  187. <li> <b>:norm i#</b> - Comment the block
  188. </li>
  189. </ul>
  190. <h4><span class="mw-headline" id="Un-commenting_a_block">Un-commenting a block</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=18" title="Edit section: Un-commenting a block">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
  191. <p><b>V</b> - Enter visual mode
  192. </p><p><b>:norm x</b> - Move around to select block
  193. </p><p><b>ci"</b> - Cut the text in current ""
  194. </p><p><b>ci'</b> - Cut the text in current \'\'
  195. </p><p><b>ciw</b> - Cut current word
  196. </p><p><b>C</b> - Cut the rest of line and go to insert mode
  197. </p><p><b>ddp</b> - Move current line one line below
  198. </p><p><b>ZZ</b> - Save and close current file
  199. </p>
  200. <h3><span class="mw-headline" id="Indentation">Indentation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=19" title="Edit section: Indentation">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
  201. <p><b>gg=G</b> - Re-indent everything
  202. </p><p><b>&lt;</b> - Indent left
  203. </p><p><b>&gt;</b> - Indent right
  204. </p><p><b>=</b> - Auto-indent
  205. </p>
  206. <h3><span class="mw-headline" id="Copy_.2F_paste_.2F_delete">Copy / paste / delete</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=20" title="Edit section: Copy / paste / delete">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
  207. <p><b>dgg</b> - Delete all lines above current line
  208. </p><p><b>dG</b> - Delete all lines below current line
  209. </p><p><b>dd</b> - Delete current line
  210. </p><p><b>r</b> - Replace character under cursor
  211. </p><p><b>J</b> - Join 2 lines (remove CR on current line and join the one below)
  212. </p><p><b>d$</b> - Deletes the rest of the line to the right of the cursor
  213. </p><p><b>Shift + d</b> - Same
  214. </p><p><b>c$</b> - Deletes the rest of the line and puts you in insert mode
  215. </p><p><b>de</b> - Delete from cursor to the end of the word
  216. </p><p><b>dE</b> - Delete until next space
  217. </p><p><b>dt.</b> - Delete until next dot
  218. </p><p><b>:g/&lt;text&gt;/y A</b> - Yank all lines containing &lt;text&gt;
  219. </p><p><b>:g/&lt;text&gt;/d A</b> - Delete all lines containing &lt;text&gt;
  220. </p><p><b>:g!/&lt;text&gt;/normal dd</b> - Delete all lines that don't contain &lt;text&gt;
  221. </p><p><b>ce</b> - Cut through the end of the word
  222. </p><p><b>bye</b> - Copy current word
  223. </p><p><b>yy</b> - Copy current line
  224. </p><p><b>0y$</b> - Copy whole line
  225. </p><p><b>cc</b> - Delete current and goes to insert mode (keeps indentation)
  226. </p><p><b>cb</b> - Deletes previous word and goes to insert mode
  227. </p><p><b>P</b> - Paste! (before current position)
  228. </p><p><b>p</b> - Paste! (after current position)
  229. </p><p><b>viwU</b> - Uppercase whole word
  230. </p><p><b>viw~</b> - Alternate case on whole word
  231. </p>
  232. <h3><span class="mw-headline" id="Numbers">Numbers</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=21" title="Edit section: Numbers">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
  233. <p><b>&lt;C-a&gt;</b> - Increment number
  234. </p><p><b>&lt;C-x&gt;</b> - Decrement number
  235. </p>
  236. <h2><span class="mw-headline" id="Extra_tools">Extra tools</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=22" title="Edit section: Extra tools">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  237. <p><b>:so&nbsp;%</b> - Reload current .vimrc
  238. </p><p><b>:%TOhtml</b> - Export current file to html buffer
  239. </p>
  240. <h2><span class="mw-headline" id="Fugitive">Fugitive</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=23" title="Edit section: Fugitive">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  241. <p><b>:Git</b> - Yeah, right
  242. </p><p><b>:Gremove</b> - Remove file and update index, refresh buffer
  243. </p><p><b>:Gmove target_path</b> - Actual moving, relative to current file (":Gmove /path" will move from root of repo)
  244. </p><p><b>:Gwrite</b> - Add file to index
  245. </p><p><b>:Gread</b> - Checkout file
  246. </p><p><b>:Gblame</b> - Git blame
  247. </p>
  248. <h2><span class="mw-headline" id="More_of_these.2C_please">More of these, please</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Vim&amp;action=edit&amp;section=24" title="Edit section: More of these, please">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
  249. <p><a rel="nofollow" class="external free" href="http://vimawesome.com/">http://vimawesome.com/</a>
  250. </p><p><a rel="nofollow" class="external free" href="http://stackoverflow.com/questions/726894/what-are-the-dark-corners-of-vim-your-mom-never-told-you-about?rq=1">http://stackoverflow.com/questions/726894/what-are-the-dark-corners-of-vim-your-mom-never-told-you-about?rq=1</a>
  251. </p><p><a rel="nofollow" class="external free" href="http://rayninfo.co.uk/vimtips.html">http://rayninfo.co.uk/vimtips.html</a>
  252. </p><p><a rel="nofollow" class="external free" href="http://vim.wikia.com/wiki/Vim_Tips_Wiki">http://vim.wikia.com/wiki/Vim_Tips_Wiki</a>
  253. </p><p><b>:help &lt;command&gt;</b>
  254. </p>
  255. <!--
  256. NewPP limit report
  257. CPU time usage: 0.016 seconds
  258. Real time usage: 0.017 seconds
  259. Preprocessor visited node count: 94/1000000
  260. Preprocessor generated node count: 100/1000000
  261. Post‐expand include size: 0/2097152 bytes
  262. Template argument size: 0/2097152 bytes
  263. Highest expansion depth: 2/40
  264. Expensive parser function count: 0/100
  265. -->
  266.  
  267. <!-- Saved in parser cache with key wiki:pcache:idhash:20-0!*!*!!en!*!* and timestamp 20141210153325 and revision id 349
  268. -->
  269. </div>                              <div class="printfooter">
  270.                 Retrieved from "<a href="http://wiki.xxx.com/index.php?title=Vim&amp;oldid=349">http://wiki.xxx.com/index.php?title=Vim&amp;oldid=349</a>"              </div>
  271.                                                 <div id="catlinks" class="catlinks catlinks-allhidden"></div>                                               <div class="visualClear"></div>
  272.                             </div>
  273.         </div>
Advertisement
Add Comment
Please, Sign In to add comment