From: Lukas Krickl Date: Tue, 15 Jul 2025 06:32:18 +0000 (+0200) Subject: nvim: Added fuzzy find command X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=1ebd1084ca9f19e4720eb5aa97f1457facf4879b;p=dotfiles%2F.git nvim: Added fuzzy find command --- diff --git a/nvim/init.vim b/nvim/init.vim index 69d0a9c..071f614 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -5,6 +5,9 @@ " and set hightlight enable to true in treesitter syntax off +" ctrl+s fuzzy find +nnoremap :find ./**/* + " timeout between commands set timeoutlen=500 " keymaps