Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 772 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 772 Bytes

fzf-to-function

Blazing fast jump to function/method definition of the current file without using language server or Ctags.

Language agnostic

Installation

fzf-to-functions.vim depends on the basic Vim plugin of https://github.com/junegunn/fzf.vim, so make sure you have this installed.

Using vim-plug

Plug 'AlexVKO/fzf-to-functions.vim'

How to

  1. Setup a mapping, example:
  nnoremap <silent> <leader>m :FzfMethods <cr>
  1. Use it

how to

Supported Languages

  • Elixir
  • Ruby
  • Javascript
  • Erlang
  • Python
  • Add your language here

License

MIT