Updates to nvim configuration

This commit is contained in:
2023-03-12 19:07:27 -04:00
parent 31f7251095
commit 80a28fded6
8 changed files with 31 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ require("nvim-tree").setup {
{key = {"<CR>", "o", "<2-LeftMouse>"}, cb = tree_cb("edit")},
{key = {"<2-RightMouse>", "<C-]>"}, cb = tree_cb("cd")},
{key = "<C-v>", cb = tree_cb("vsplit")},
{key = "<C-x>", cb = tree_cb("split")},
{key = "<C-s>", cb = tree_cb("split")},
{key = "<C-t>", cb = tree_cb("tabnew")},
{key = "<", cb = tree_cb("prev_sibling")},
{key = ">", cb = tree_cb("next_sibling")},