Merge branch 'master' keanuplayz/dotfiles

This commit is contained in:
Keanu Timmermans 2021-01-30 14:17:16 +01:00
commit 482828639e
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
3 changed files with 2 additions and 3 deletions

View File

@ -2,3 +2,4 @@ Session.vim
.project.vim
.DS_Store
.ropeproject
*~

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