Skip to content

codebam/easymode.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

easymode.nvim

A Neovim plugin that emulates Vim's "easy mode," locking you into a modeless editing experience.

Features

  • Permanent Insert Mode: The plugin forces Neovim to stay in insert mode, preventing accidental switches to normal mode.
  • Familiar Keybindings: Provides intuitive keybindings for common actions, accessible directly from insert mode:
    • Ctrl-S: Save
    • Ctrl-Q: Quit
    • Ctrl-X: Cut (after visual selection)
    • Ctrl-C: Copy (after visual selection)
    • Ctrl-V: Paste
    • Ctrl-Z: Undo
    • Ctrl-Y: Redo
    • Ctrl-A: Select All

Installation

Use your favorite plugin manager to install from https://github.com/codebam/easymode.nvim.

{
  'codebam/easymode.nvim',
  -- No configuration needed, it's enabled by default
}
use 'codebam/easymode.nvim'
Plug 'codebam/easymode.nvim'

About

easymode for neovim. ever wanted `vim -y` back. no? ok

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages