dotfiles/nvim/.config/nvim
Marty Oehme ebf4274c5b
nvim: Add mapping for finding hidden files
While <leader>f searches files, now <leader><c-f> searches for hidden
files.
Simple addition but can be very useful if you work for example in
dotfolder directories or similar.

Now I just need to find a way to do the same for live_grep. The
functionality is there (live_grep can take the same `{hidden=true}`
argument as find_files) but terminal emulators don't distinguish between
<c-f> and <c-F> so there is no convenient mapping for it yet.
2022-03-08 10:15:33 +01:00
..
after/plugin nvim: Switch to lua-based setup 2021-07-27 10:12:33 +02:00
lua nvim: Add mapping for finding hidden files 2022-03-08 10:15:33 +01:00
plugin nvim: Switch to lua-based setup 2021-07-27 10:12:33 +02:00
spell vifm: Change vifm filename yanking mapping to yt 2021-11-23 09:52:21 +01:00
abbrev.vim nvim: Switch from vimL to lua setup 2021-05-24 18:01:54 +02:00
init.lua nvim: Switch to lua-based setup 2021-07-27 10:12:33 +02:00