We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bade0 commit 925ba60Copy full SHA for 925ba60
doc/nvim-tree-lua.txt
@@ -2300,7 +2300,8 @@ Single left mouse mappings can be achieved via `<LeftRelease>`.
2300
2301
Single right / middle mouse mappings will require changes to |mousemodel| or |mouse|.
2302
2303
-You may execute your own functions as well as |nvim-tree-api| functions e.g. >
+|vim.keymap.set()| {rhs} is a `(function|string)` thus it may be necessary to
2304
+define your own function to map complex functionality e.g. >
2305
2306
local function print_node_path()
2307
local api = require('nvim-tree.api')
0 commit comments