Skip to content

Instantly share code, notes, and snippets.

@VictorDenisov
Created September 26, 2014 16:33
Show Gist options
  • Save VictorDenisov/a5a2f850a15af3d24666 to your computer and use it in GitHub Desktop.
Save VictorDenisov/a5a2f850a15af3d24666 to your computer and use it in GitHub Desktop.
Colemak insert mode mapping
" Maintainer: Victor Denisov<denisovenator@gmail.com>
" Last Changed: 2014 Sep 26
"
" All characters are ASCII, conversion to another encoding (e.g., UTF-8)
" should work.
let b:keymap_name = "en-cl"
loadkeymap
q q
w w
e f
r p
t g
y j
u l
i u
o y
p ;
[ [
] ]
\\ \\
a a
s r
d s
f t
g d
h h
j n
k e
l i
; o
' '
z z
x x
c c
v v
b b
n k
m m
, ,
. .
/ /
Z Z
X X
C C
V V
B B
N K
M M
< <
> >
? ?
A A
S R
D S
F T
G D
H H
J N
K E
L I
: O
\" "
Q Q
W W
E F
R P
T G
Y J
U L
I U
O Y
P :
{ {
} }
| |
- -
_ _
= =
+ +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment