nvim: Only show files in ;f
This commit is contained in:
parent
106f06426a
commit
c01ca4c081
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ map <silent> ;x :x<CR>
|
||||||
set wildignore+=*.swp,*~
|
set wildignore+=*.swp,*~
|
||||||
|
|
||||||
map <silent> ;b :Buffers<CR>
|
map <silent> ;b :Buffers<CR>
|
||||||
map <silent> ;f :call fzf#run({'source': 'fd', 'sink': 'e', 'options': '--multi'})<CR>
|
map <silent> ;f :call fzf#run({'source': 'fd --type f', 'sink': 'e', 'options': '--multi'})<CR>
|
||||||
|
|
||||||
function! s:escape(path)
|
function! s:escape(path)
|
||||||
return substitute(a:path, ' ', '\\ ', 'g')
|
return substitute(a:path, ' ', '\\ ', 'g')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue