dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/nvim/plugin/fm.vim

9 lines
323 B
VimL

let g:netrw_dirhistmax=0
let g:netrw_banner = 0
let g:netrw_liststyle= 3
nnoremap <silent> <F5> :Vex!<CR>
" let g:fzf_layout = { 'window': { 'width': 1.0, 'height': 0.9 } }
let g:fzf_layout = { 'window': { 'width': 1.0, 'height': 0.7, 'yoffset': 1.0, 'border': 'top' } }
let g:fzf_preview_window = ['right:60%', 'ctrl-/']