Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sergei-mironov/cyrvim
- Owner: sergei-mironov
- Created: 2013-05-22T12:58:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-22T12:58:30.000Z (over 11 years ago)
- Last Synced: 2024-07-07T11:28:48.024Z (4 months ago)
- Language: VimL
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)