Add a mode that allows edit without the picker (#873)
This commit is contained in:
committed by
GitHub
parent
1ac3502290
commit
14bdf134f9
@@ -8,6 +8,7 @@ local nvim_tree_callback = require'nvim-tree.config'.nvim_tree_callback
|
||||
local M = {
|
||||
mappings = {
|
||||
{ key = {"<CR>", "o", "<2-LeftMouse>"}, action = "edit" },
|
||||
{ key = {"O"}, action = nvim_tree_callback("edit_no_picker") },
|
||||
{ key = {"<2-RightMouse>", "<C-]>"}, action = "cd" },
|
||||
{ key = "<C-v>", action = "vsplit" },
|
||||
{ key = "<C-x>", action = "split"},
|
||||
|
||||
Reference in New Issue
Block a user