Skip to content

torbratsberg/telescope-dir-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Telescope Dir Find

Use telescope.nvim to make a list of directories you want to fuzzy find in.

Gettings started

Dependencies

Installation

Plug 'torbratsberg/telescope-dir-find'

Keymaps

nmap <leader>nf :lua require('dirfind').search_dirs()<cr>
nmap <leader>nd :lua require('dirfind').select_dirs()<cr>

Usage

  • If using keymaps above, press <leader>nd and find the directories you want to search in.
  • Select them by pressing <tab>.
  • When done with selecting dirs, press <cr> / <Enter>
  • Press <leader>nf to search in your selected folders.

Extras

  • Set default dirs to search in
let g:search_dirs = [LIST OF DIRS TO SEARCH IN BY DEFAULT]

About

Fuzzy find directories to fuzzy find in

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published