Server IP : 104.21.38.3 / Your IP : 172.70.188.96 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/vim/vim82/keymap/ |
Upload File : |
" Polish letters keymap for utf-8 " Maintainer: HS6_06 <[email protected]> " Last Changed: 2005 Jan 12 " Current version: 1.0.2 " History: see polish-slash.vim " This keymap adds the special Polish letters " to an existing Latin keyboard. " All chars as usual except: " Polish: " instead of AltGr+{acelnosxz} you ve to use "/" followed by {acelnosxz} " short keymap name for statusline let b:keymap_name = "PL-slash-UTF" scriptencoding latin1 loadkeymap " Polish letters /a <Char-0x0105> " LATIN SMALL LETTER A WITH OGONEK /c <Char-0x0107> " LATIN SMALL LETTER C WITH ACUTE /e <Char-0x0119> " LATIN SMALL LETTER E WITH OGONEK /l <Char-0x0142> " LATIN SMALL LETTER L WITH STROKE /n <Char-0x0144> " LATIN SMALL LETTER N WITH ACUTE /o <Char-0x00f3> " LATIN SMALL LETTER O WITH ACUTE /s <Char-0x015b> " LATIN SMALL LETTER S WITH ACUTE /x <Char-0x017a> " LATIN SMALL LETTER Z WITH ACUTE /z <Char-0x017c> " LATIN SMALL LETTER Z WITH DOT ABOVE /A <Char-0x0104> " LATIN CAPITAL LETTER A WITH OGONEK /C <Char-0x0106> " LATIN CAPITAL LETTER C WITH ACUTE /E <Char-0x0118> " LATIN CAPITAL LETTER E WITH OGONEK /L <Char-0x0141> " LATIN CAPITAL LETTER L WITH STROKE /N <Char-0x0143> " LATIN CAPITAL LETTER N WITH ACUTE /O <Char-0x00d3> " LATIN CAPITAL LETTER O WITH ACUTE /S <Char-0x015a> " LATIN CAPITAL LETTER S WITH ACUTE /X <Char-0x0179> " LATIN CAPITAL LETTER Z WITH ACUTE /Z <Char-0x017b> " LATIN CAPITAL LETTER Z WITH DOT ABOVE