Hi Dev, I made a keymap file for portuguese.
Best, Marcin Szamotulski -- You received this message from the "vim_dev" 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
" Portuguese letters keymap for utf-8 " Maintainer: Marcin Szamotulski ([email protected]) " Last Changed: 10 October 2019 " Current version: 1 " This keymap adds the special Portuguese letters to an existing Latin " keyboard. It emulates the Portuguese keyboard except with çÇ for which on " latin keyboard there is no special key. Use /c and /C to get them. To get " acents, like â, type ^a, etc ... " short keymap name for statusline let b:keymap_name = "PT-UTF" loadkeymap `a <Char-0x00e0> 'a <Char-0x00e1> ^a <Char-0x00e2> ~a <Char-0x00e3> /c <Char-0x00e7> 'e <Char-0x00e9> ^e <Char-0x00ea> 'i <Char-0x00ed> 'o <Char-0x00f3> ^o <Char-0x00f4> ~o <Char-0x00f5> 'u <Char-0x00fa> `A <Char-0x00c0> 'A <Char-0x00c1> ^A <Char-0x00c2> ~A <Char-0x00c3> /C <Char-0x00c7> 'E <Char-0x00c9> ^E <Char-0x00ca> 'I <Char-0x00cd> 'O <Char-0x00d3> ^O <Char-0x00d4> ~O <Char-0x00d5> 'U <Char-0x00da>
