transparent bg + better window navigation keys

This commit is contained in:
iris committed 2022-08-09 16:45:04 -04:00
1 parent 0947245439
commit 9ad445fdeb
4 files changed
+43 -7

No files matched your search

+5
View File
@@ -66,3 +66,8 @@ l.swap('<C-w>O', '<C-w>L')
l.swap('N', 'H')
l.swap('O', 'L')
l.swap('<C-n>', '<C-w>h')
l.swap('<C-e>', '<C-w>j')
l.swap('<C-i>', '<C-w>k')
l.swap('<C-o>', '<C-w>l')