On 13 December 2012 12:13, Andreas Groh <[email protected]> wrote: > ......... > I know that one can directly use umlauts in latex > (\usepackage[utf8]{inputenc}), but sometimes a German keyboard is not > available and then it is more convenient to use the Latex style solution > ("a). Hence, I'm looking for a solution to check the text including "a, "u, > etc..
Hi, I don't know the answer of precisely what you are looking for, but isn't using key maps a good solution? You could map "a etc. to the corresponding true umlauts, so that you would not need a German (physical) keyboard to enter them. This also has the additional advantage of making the TeX source more readable. Also, searching within Vim is a bit easier. You can make a couple of definitions in your vimrc, or you can use a separate keymap file. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
