Skip to content

Commit ea09ab4

Browse files
committed
doc(#731): add single mouse mapping notes
1 parent e94f517 commit ea09ab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/nvim-tree-lua.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,10 @@ The `list` option in `view.mappings.list` is a table of
11971197
<
11981198
Mouse support defined in |KeyBindings|
11991199

1200+
Single left mouse mappings can be achieved via `<LeftRelease>`.
1201+
1202+
Single right / middle mouse mappings will requre changes to |mousemodel| or |mouse|.
1203+
12001204
DEFAULT MAPPINGS *nvim-tree-default-mappings*
12011205

12021206
`<CR>` edit open a file or folder; root will cd to the above directory

0 commit comments

Comments
 (0)