dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2448433f83ee651b6c0df2d7e1c6a2c10d5bd20f
parent ed08238b20ed01152ce7af46579eb3f02c93058d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 10 Feb 2020 12:51:45 +0100

vim: fzf uses popup window now

Former-commit-id: 4b91d3c2488a5857c422e4edc1f84524c53a8512
Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -257,7 +257,7 @@ let g:fzf_action = { \ 'ctrl-t': 'tab split', \ 'ctrl-i': 'split', \ 'ctrl-v': 'vsplit' } -let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } } +let g:fzf_layout = {'window': { 'width': 0.9, 'height': 0.4 } } nnoremap <leader>F :Files<CR> nnoremap <leader>B :Buffers<CR>