Skip to content

Neovim plugin: support command mode in Russian keyboard layout

Notifications You must be signed in to change notification settings

aveplen/ruscmd.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ruscmd.nvim

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.

This plugin is a lua-fork of this plugin

Install

Install with vim-plug

Plug 'aveplen/ruscmd.nvim'

Install with packer

use 'aveplen/ruscmd.nvim'

Setup

Vimscript

lua << EOF
require('ruscmd').setup{}
EOF

Lua

require('ruscmd').setup{}

Configuration

require('ruscmd').setup{
  -- provide ex-command abbreviation
  -- example: ':й' -> ':q'
  abbreviations = true | false, -- default true

  -- provide NORMAL-mode translation
  -- example: 'ц' -> 'w'
  keymaps = true | false, -- default true
}

About

Neovim plugin: support command mode in Russian keyboard layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages