Coder Social home page Coder Social logo

mrsobakin / multilayout.nvim Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 16 KB

⌨️ Automatically convert neovim commands between multiple keyboard layouts

License: GNU General Public License v3.0

Lua 100.00%
multiple-languages multiple-layouts neovim neovim-plugin nvim nvim-plugin keyboard-layouts

multilayout.nvim's Introduction

⌨️ multilayout.nvim

Less headache for NeoVim users with multiple keyboard layouts.

Write your КуМир code blazingly fast!

🤔 What's this plugin about?

This plugin allows multi-layout users to execute vim commands without changing the current keyboard layout. For example, command automatically becomes :w, for users of russian layout. This plugin supports all builtin vim commands and all keyboard layouts, as the character conversion maps can be set by user.

🚀 Features

  • Flexible Layouts: Supports all built-in commands and lets you create custom character conversion tables.
  • Unified experience: Enter commands without thinking about keyboard layouts.
  • Boosted Productivity: Enormous speed up in text writing (you don't have to switch layouts anymore. Over a year, this saves you a whole 10 minutes in pressing keys)

🛠️ Installation

Add the plugin using your preferred manager:

-- Using lazy.nvim
require("lazy").setup({
    { "mrsobakin/multilayout.nvim", config = {} }
})

📝 Usage

  1. Define your character conversion table in your Neovim config:

    -- Example configuration in Lua
    require('multilayout').setup({})
  2. Start enjoying your Shift+Alt-less* experience.

    * The plugin works if you use BASED (😎) key bindings (like Shift+Shift) too.

🔗 Special thanks to:

  • This ancient article about cabbrev
  • langmapper.nvim, for the non-ascii character splitting function*
  • Dudes developing NeoVim for the awesome NeoVim API documentation

multilayout.nvim's People

Contributors

mrsobakin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.