Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergei-mironov/cyrvim

Russian layout mappings for vim as a plugin
https://github.com/sergei-mironov/cyrvim

Last synced: 5 days ago
JSON representation

Russian layout mappings for vim as a plugin

Awesome Lists containing this project

README

        

Cyrvim
------

Cyrvim is yet another cyrilic mapper for Vim. It maps single-key sequences, some
multiple-key sequences, plus - sequences in Insert and command
mode.

Note: escape mappings are probably useful only in console vim.

Installing
----------

Consider using pathogen

https://github.com/tpope/vim-pathogen

Settings
--------

By default, only simple mappings are performed. Set following variables in order
to enable additional modes:

.vimrc settings:

let g:cyrvim_map_esc = 1

maps kyes in insert mode (use for console vim)

let g:cyrvim_map_cmd = 1

maps letters in command mode

let g:cyrvim_map_cmd_esc = 1

maps keys in command mode (use for console vim)