nvim: Added fuzzy find command
authorLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 06:32:18 +0000 (08:32 +0200)
committerLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 06:32:18 +0000 (08:32 +0200)
nvim/init.vim

index 69d0a9cf058d698438ab214bed83298d57fc130e..071f614f02e2f9eab47f0126235266fdb219be63 100644 (file)
@@ -5,6 +5,9 @@
 " and set hightlight enable to true in treesitter
 syntax off
 
+" ctrl+s fuzzy find
+nnoremap <C-s> :find ./**/*
+
 " timeout between commands
 set timeoutlen=500  
 " keymaps