aytee17 / vim-emacs-bindings

Quick editing in insert mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-emacs-bindings

A minimal set of emacs keys for insert mode in vim.

C = CTRL and M = Meta

Make sure your terminal emulator reads Alt as Meta

Move Commands

Key Command
<C-b> Move Backward
<C-f> Move Forward
<M-b> Move Word Backward
<M-f> Move Word Forward
<C-a> Move to Beginning of Line
<C-e> Move to End of Line

Edit Commands

Key Command
<C-h> Delete Backward
<C-d> Delete Forward
<M-h> Delete Word Backward
<M-d> Delete Word Forward
<C-u> Delete to Beginning of Line
<C-k> Delete to End of Line
<C-t> Transpose character

About

Quick editing in insert mode

License:MIT License


Languages

Language:Vim Script 100.0%