summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel <dalessandro.ariel@gmail.com>2022-01-15 10:50:30 +0100
committerGitHub <noreply@github.com>2022-01-15 10:50:30 +0100
commit860cc656632dbee8d817b1dfa5e6a5a73265286f (patch)
treea833a1391475d10949f780b5694d32353085969d
parentd173740bb49654d755ea1b0018c9a6c6f8689f98 (diff)
docs: remove file browser (#1691)
-rw-r--r--doc/telescope.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 9559767..a42e218 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -792,35 +792,6 @@ builtin.fd() *builtin.fd()*
This is an alias for the `find_files` picker
-
-builtin.file_browser({opts}) *builtin.file_browser()*
- Lists files and folders in your current working directory, open files,
- navigate your filesystem, and create new files and folders
- - Default keymaps:
- - `<cr>`: opens the currently selected file, or navigates to the
- currently selected directory
- - `<C-e>`: creates new file in current directory, creates new directory
- if the name contains a trailing '/'
- - Note: you can create files nested into several directories with
- `<C-e>`, i.e. `lua/telescope/init.lua` would create the file
- `init.lua` inside of `lua/telescope` and will create the necessary
- folders (similar to how `mkdir -p` would work) if they do not already
- exist
-
-
- Parameters: ~
- {opts} (table) options to pass to the picker
-
- Options: ~
- {cwd} (string) root dir to browse from (default: cwd, use
- utils.buffer_dir() to search relative to open
- buffer)
- {depth} (number) file tree depth to display (default: 1)
- {dir_icon} (string) change the icon for a directory. (default: )
- {hidden} (boolean) determines whether to show hidden files or not
- (default: false)
-
-
builtin.treesitter() *builtin.treesitter()*
Lists function names, variables, and other symbols from treesitter queries
- Default keymaps: