added move window commands to colemak
This commit is contained in:
1 parent
29fbaa1522
commit
0947245439
1 file changed
+4
@@ -58,6 +58,10 @@ l.swap('<C-w>n', '<C-w>h')
|
||||
l.swap('<C-w>e', '<C-w>j')
|
||||
l.swap('<C-w>i', '<C-w>k')
|
||||
l.swap('<C-w>o', '<C-w>l')
|
||||
l.swap('<C-w>N', '<C-w>H')
|
||||
l.swap('<C-w>E', '<C-w>J')
|
||||
l.swap('<C-w>I', '<C-w>K')
|
||||
l.swap('<C-w>O', '<C-w>L')
|
||||
|
||||
l.swap('N', 'H')
|
||||
l.swap('O', 'L')
|
||||
|
||||
Reference in new issue
Block a user