More friendly vim codes

This commit is contained in:
Greg Hellings
2024-04-26 13:53:08 -05:00
parent 72576d9769
commit 64b8342635
+2 -2
View File
@@ -70,8 +70,8 @@ in
};
mappings = {
normalVisualOp = {
"<F2>" = ''"<Esc>:BufExplorer<CR>"'';
"<F4>" = ''"<Esc>:NERDTreeToggle<CR>"'';
"<C-e>" = ''"<Esc>:BufExplorer<CR>"'';
"<C-t>" = ''"<Esc>:NERDTreeToggle<CR>"'';
"<F6>" = ''"<Esc>:Files<CR>"'';
"<C-j>" = ''"<C-w>j<C-w><CR>"'';
"<C-k>" = ''"<C-w>k<C-w><CR>"'';