sponsor Vim development Vim logo Vim Book Ad

ruscmd : Support command mode in Russian keyboard layout

 script karma  Rating 137/43, Downloaded by 3029  Comments, bugs, improvements  Vim wiki

created by
Alex Efros
 
script type
utility
 
description
This plugin will let you enter command mode (NORMAL) commands using Russian keyboard layout. Also it will let you enter few most used commands in command line mode in safe way (only full commands translated). This is usually enough to avoid switching between Russian and English layouts just to control Vim.

Works only with Unicode.

Source: https://github.com/powerman/vim-plugin-ruscmd
 
install details
Using pathogen (recommended).
a) Using source:
    $ git clone https://github.com/powerman/vim-plugin-ruscmd.git ~/.vim/bundle/ruscmd/
b) Using .zip archive:
    $ mkdir ~/.vim/bundle/ruscmd/
    $ unzip ruscmd.zip -d ~/.vim/bundle/ruscmd/
c) Using  .vmb vimball:
    $ mkdir ~/.vim/bundle/ruscmd/
    $ vi ruscmd.vmb
    :UseVimball ~/.vim/bundle/ruscmd

Plain install without pathogen.
a) Using .zip archive:
    $ unzip ruscmd.zip -d ~/.vim/
b) Using .vmb vimball:
    $ vi ruscmd.vmb
    :so %
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
ruscmd.vmb 1.4 2013-10-11 7.0 Alex Efros vimball
ruscmd.zip 1.4 2013-10-11 7.0 Alex Efros Add support for multi-key combinations (like ZZ).
ruscmd.vmb 1.3 2012-01-18 7.0 Alex Efros vimball
ruscmd.zip 1.3 2012-01-18 7.0 Alex Efros fix abbrev to work only in command line
ruscmd.vmb 1.2 2012-01-17 7.0 Alex Efros vimball
ruscmd.zip 1.2 2012-01-17 7.0 Alex Efros replace cmap with cabbrev; add ability to disable abbrev and/or maps
ruscmd.vmb 1.1 2012-01-15 7.0 Alex Efros vimball
ruscmd.zip 1.1 2012-01-15 7.0 Alex Efros initial upload
ip used for rating: 18.222.37.169

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github