Vim Tips Wiki
(codec windows media player download)
Line 1: Line 1:
  +
Find codec download? Codec Windows Media have audio codec, avi codec, video codec, xvid codec, media player codec and mp4 codec pack to downloads.
{{review}}
 
  +
Find codec download? Codec Windows Media have audio codec, avi codec, video codec, xvid codec, media player codec and mp4 codec pack to downloads.
{{TipImported
 
|id=100
 
|previous=99
 
|next=102
 
|created=August 20, 2001
 
|complexity=basic
 
|author=SBrueggemann
 
|version=5.7
 
|rating=90/35
 
|category1=
 
|category2=
 
}}
 
You're a newbie in Vim and need some {{help|help.txt}}? Well, help.txt reads:
 
 
Jump to a subject: Position the cursor on a tag between |bars| and hit CTRL-].
 
 
Unfortunately there is no "]" key on German keyboards. On Win32 try CTRL-+ (Strg-+), on Linux console I use CTRL-AltGr-9 (Strg-AltGr-9).
 
 
==Comments==
 
If you know the ascii code of the ] (93 or 0x5d), you could create a mapping to it to guarantee your combination would work -- the German keyboard might have some other character that could be used:
 
 
noremap <c-theChar> <c-]>
 
 
You can get the ] by typing a control-v followed by 93<Space> or control-v followed by x5d.
 
 
----
 
I suggest to use:
 
 
nnoremp t <C-]>
 
 
the t functionality is rarly used and it make sense. (t =tag, and jumping back with control-t)
 
 
----
 
I prefer this mapping:
 
 
nnoremap ü <C-]>
 
nnoremap Ü <C-O>
 
 
Who needs umlauts in normal mode?
 
 
----
 
On the German keyboard, using anything with an umlaut (or, except on de-CH keyboards where it isn't present, ß which has no "standard" Vim binding either) makes sense in Normal mode. Similarly, on other national layouts, you may want to use a key for an accented letter, or in general for any non-ASCII character — if you have one. OTOH, on any keyboard layout, Vim reserves most F keys for "user mappings", with one notable (and traditional) exception which is F1 = Help, so one possibility suggests itself, valid for <u>any</u> national keyboard (except maybe on some laptops where F keys are hard to get at), as follows:
 
<pre>
 
map <S-F1> <C-]>
 
</pre>
 
If you don't like using F-keys with a modifier, you could e.g. use F2 instead.
 
 
About the t (movement "till") key: the more I use Vim and the more I use it. A year ago I didn't even know that the function existed. Now I would need to assign it to the {rhs} of a new mapping if it were unavailable. In general it is dangerous in Vim to "steal" existing keys for a different purpose: the main argument against the <tt>mswin.vim</tt> plugin is precisely that it steals quite useful keys to remap already-existing functions to them. --[[User:Tonymec|Tonymec]] 10:57, 12 August 2009 (UTC)
 

Revision as of 17:24, 23 July 2010

Find codec download? Codec Windows Media have audio codec, avi codec, video codec, xvid codec, media player codec and mp4 codec pack to downloads. Find codec download? Codec Windows Media have audio codec, avi codec, video codec, xvid codec, media player codec and mp4 codec pack to downloads.