diff --git a/options.html b/options.html index e27a706..47c513d 100644 --- a/options.html +++ b/options.html @@ -23165,7 +23165,7 @@ null or string

-

Find files [Telescope]

+

Find projects [Telescope]

Type: null or string

@@ -23509,6 +23509,30 @@ null or string

Default: "<leader>ft"

+

Declared by:

+ + +
+ +<nvf/modules/plugins/utility/telescope/telescope.nix> + +
+
+
+ + vim.telescope.mappings.resume + + +
+
+

Resume (previous search) [Telescope]

+ +

Type: +null or string

+ +

Default: +"<leader>fr"

+

Declared by:

diff --git a/release-notes.html b/release-notes.html index 0de92a0..eb52709 100644 --- a/release-notes.html +++ b/release-notes.html @@ -190,7 +190,7 @@ under vim.filetree.neo-tree, similar to nvimtree.programs.nvf.enable.

  • nvf-print-config will display your init.lua, in full.

  • nvf-print-config-path will display the path to a clone of your init.lua. This is not the path used by the Neovim wrapper, but an -identical clone.

+identical clone.

ppenguin:

  • Telescope:

    • Fixed project-nvim command and keybinding

    • Added default ikeybind/command for Telescope resume (<leader>fr)