command! -nargs=? -bang -complete=dir Files \ call fzf#vim#files(, 0 ? fzf#vim#with_preview('up:70%') : fzf#vim#with_preview('right:70%'), 0) let g:fzf_colors = \ { "fg": ["fg", "Normal"], \ "bg": ["bg", "Normal"], \ "hl": ["fg", "IncSearch"], \ "fg+": ["fg", "CursorLine", "CursorColumn", "Normal"], \ "bg+": ["bg", "CursorLine", "CursorColumn"], \ "hl+": ["fg", "IncSearch"], \ "info": ["fg", "IncSearch"], \ "border": ["fg", "Ignore"], \ "prompt": ["fg", "Comment"], \ "pointer": ["fg", "IncSearch"], \ "marker": ["fg", "IncSearch"], \ "spinner": ["fg", "IncSearch"], \ "header": ["fg", "WildMenu"] } let g:fzf_buffers_jump = 1 let g:fzf_history_dir = '$HOME/.local/share/nvim/fzf-history'