diff --git a/home/vim.nix b/home/vim.nix index 8c20638..7caa14a 100644 --- a/home/vim.nix +++ b/home/vim.nix @@ -70,8 +70,8 @@ in }; mappings = { normalVisualOp = { - "" = ''":BufExplorer"''; - "" = ''":NERDTreeToggle"''; + "" = ''":BufExplorer"''; + "" = ''":NERDTreeToggle"''; "" = ''":Files"''; "" = ''"j"''; "" = ''"k"'';