feat: add popup information (#1042)

This commit is contained in:
Andreas Bissinger
2022-03-03 21:13:10 +01:00
committed by GitHub
parent 4fedb93cec
commit 50a927f176
4 changed files with 72 additions and 2 deletions

View File

@@ -616,6 +616,7 @@ INFORMATIONS *nvim-tree-info*
- `W` will collapse the whole tree
- `S` will prompt the user to enter a path and then expands the tree to match the path
- `.` will enter vim command mode with the file the cursor is on
- `C-k` will show file infos about the file under the cursor
Defaults to:
>
@@ -657,7 +658,8 @@ Defaults to:
{ key = "g?", action = "toggle_help" },
{ key = 'W', action = "collapse_all" },
{ key = "S", action = "search_node" },
{ key = ".", action = "run_file_command" }
{ key = ".", action = "run_file_command" },
{ key = "<C-k>", action = "show_file_info" }
}
<
The `list` option in `view.mappings.list` is a table of