Skip to content

Instantly share code, notes, and snippets.

@rainerborene
Last active September 22, 2016 17:08
Show Gist options
  • Save rainerborene/8452c0d14f73766b25f3bbdefd868461 to your computer and use it in GitHub Desktop.
Save rainerborene/8452c0d14f73766b25f3bbdefd868461 to your computer and use it in GitHub Desktop.
fzf mappings I use on my init.vim
nnoremap <silent> <Leader><Leader> :Files<CR>
nnoremap <silent> <Leader>b :Buffers<CR>
nnoremap <silent> <Leader>. :Tags<CR>
vnoremap <leader>a "zy:execute "Ag " . @z<cr>
nnoremap <leader>a :Ag<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment