projects
/
dotfiles
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733eb7a
)
nvim: Added fuzzy find command
author
Lukas Krickl
<lukas@krickl.dev>
Tue, 15 Jul 2025 06:32:18 +0000
(08:32 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Tue, 15 Jul 2025 06:32:18 +0000
(08:32 +0200)
nvim/init.vim
patch
|
blob
|
history
diff --git
a/nvim/init.vim
b/nvim/init.vim
index 69d0a9cf058d698438ab214bed83298d57fc130e..071f614f02e2f9eab47f0126235266fdb219be63 100644
(file)
--- 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 <C-s> :find ./**/*
+
" timeout between commands
set timeoutlen=500
" keymaps