let g:fzf_action = { \ 'ctrl-t': 'tab split', \ 'ctrl-x': 'tab split', \ 'ctrl-v': 'tab split' } let g:fzf_layout = { 'up' : '~40%', 'options': '--reverse' } nnoremap b :Buffers nnoremap g :GFiles nnoremap f :Filetypes nnoremap w :Windows command! LsOpen call maxmellon#fzf#ls_open_file_fzf() command! Cdp call maxmellon#fzf#select_directory_fzf()