[nvim+zsh] fix the need for resetting FZF_DEFAULT_OPTS on Ubuntu and derivatives

This commit is contained in:
Dmytro Meleshko 2021-01-29 01:37:49 +02:00 committed by pull[bot]
parent 7f3dfb96be
commit 1e50762fcb
2 changed files with 1 additions and 3 deletions

View File

@ -147,7 +147,7 @@ endif
nnoremap <silent> <leader>f <Cmd>Files<CR>
nnoremap <silent> <leader>b <Cmd>Buffers<CR>
let g:fzf_layout = { 'down': '~40%' }
let $FZF_DEFAULT_OPTS = '--preview-window=sharp'
let g:fzf_preview_window = ['right:noborder', 'ctrl-/']
" }}}

View File

@ -30,6 +30,4 @@ jq_colors=(
export JQ_COLORS="${(j.:.)jq_colors}"
unset jq_colors
export FZF_DEFAULT_OPTS='--preview-window=sharp'
export HOMEBREW_NO_AUTO_UPDATE=1