added move window commands to colemak

This commit is contained in:
iris committed 2022-08-04 16:51:03 -04:00
1 parent 29fbaa1522
commit 0947245439
1 file changed
+4
+4
View File
@@ -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')