" Prefixes all of the fzf commands let g:fzf_command_prefix = 'Fzf' let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.8 } } " Mappings for common Fzf commands nnoremap f = :FzfFiles nnoremap b = :FzfBuffers nnoremap h = :FzfHelptags " The space is important at the end of this mapping nnoremap / = :FzfRg