More friendly vim codes
This commit is contained in:
+2
-2
@@ -70,8 +70,8 @@ in
|
|||||||
};
|
};
|
||||||
mappings = {
|
mappings = {
|
||||||
normalVisualOp = {
|
normalVisualOp = {
|
||||||
"<F2>" = ''"<Esc>:BufExplorer<CR>"'';
|
"<C-e>" = ''"<Esc>:BufExplorer<CR>"'';
|
||||||
"<F4>" = ''"<Esc>:NERDTreeToggle<CR>"'';
|
"<C-t>" = ''"<Esc>:NERDTreeToggle<CR>"'';
|
||||||
"<F6>" = ''"<Esc>:Files<CR>"'';
|
"<F6>" = ''"<Esc>:Files<CR>"'';
|
||||||
"<C-j>" = ''"<C-w>j<C-w><CR>"'';
|
"<C-j>" = ''"<C-w>j<C-w><CR>"'';
|
||||||
"<C-k>" = ''"<C-w>k<C-w><CR>"'';
|
"<C-k>" = ''"<C-w>k<C-w><CR>"'';
|
||||||
|
|||||||
Reference in New Issue
Block a user