[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:cli_manual:first_steps [2012/11/17 21:31 (UTC)] – [c. Vim] markushhowtos:cli_manual:first_steps [2013/02/17 20:18 (UTC)] (current) – [c. Vim] Added a new external link sycamorex
Line 91: Line 91:
  
   * After you've made the first steps you may want to use the //[[http://www.viemu.com/vi-vim-cheat-sheet.gif|vi cheat-sheet]]//   * After you've made the first steps you may want to use the //[[http://www.viemu.com/vi-vim-cheat-sheet.gif|vi cheat-sheet]]//
 +  * A nice interactive [[http://www.openvim.com/tutorial.html|vim tutorial]]
   * More information is in the //[[http://en.wikibooks.org/wiki/Learning_the_vi_Editor|wikibook]]//   * More information is in the //[[http://en.wikibooks.org/wiki/Learning_the_vi_Editor|wikibook]]//
   * //[[http://www.sbernard.ee/vince.html|this page]]// will give you an even deeper insight.   * //[[http://www.sbernard.ee/vince.html|this page]]// will give you an even deeper insight.
Line 105: Line 106:
 <code>set ft=dokuwiki</code> <code>set ft=dokuwiki</code>
 If you need syntax highlighting for the <nowiki><key></nowiki> plugin of dokuwiki (which is not by default supported by the dokuwiki plugin), you can insert the lines: If you need syntax highlighting for the <nowiki><key></nowiki> plugin of dokuwiki (which is not by default supported by the dokuwiki plugin), you can insert the lines:
-<code>syn region dokuwikiKeyboard start="< key>" end="< /key>"+<code>syn region dokuwikiKeyboard start="<key>" end="</key>"
 hi link dokuwikiKeyboard Comment</code> hi link dokuwikiKeyboard Comment</code>
-to the plugin (without the spaces within the tags!).+ 
 +to the plugin.
 ====== Chapter Navigation ====== ====== Chapter Navigation ======
 **Previous Chapter: [[.introduction|Introduction]]** **Previous Chapter: [[.introduction|Introduction]]**
 howtos:cli_manual:first_steps ()