Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim: fuzzy-find files in specific directories #157

Open
gabebw opened this issue Mar 28, 2020 · 0 comments
Open

Vim: fuzzy-find files in specific directories #157

gabebw opened this issue Mar 28, 2020 · 0 comments
Labels

Comments

@gabebw
Copy link
Owner

gabebw commented Mar 28, 2020

https://github.com/christoomey/dotfiles/blob/ea34518fa4d6a03d26d09998fa4486815a2305c0/vim/rcplugins/fzf#L13-L19

nnoremap <leader>ga :Files app/<cr>
nnoremap <leader>gm :Files app/models/<cr>
nnoremap <leader>gv :Files app/views/<cr>
nnoremap <leader>gc :Files app/controllers/<cr>
nnoremap <leader>gy :Files app/assets/stylesheets/<cr>
nnoremap <leader>gj :Files app/assets/javascripts/<cr>
nnoremap <leader>gs :Files spec/<cr>
@gabebw gabebw changed the title Add :Files [directory] mappings (FZF) Vim: fuzzy-find files in specific directories May 7, 2020
@gabebw gabebw added the Vim label May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant