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

after installation with vim-plug no commands present #33

Closed
nerakhon opened this issue Feb 24, 2016 · 5 comments
Closed

after installation with vim-plug no commands present #33

nerakhon opened this issue Feb 24, 2016 · 5 comments
Labels

Comments

@nerakhon
Copy link

After installing the plugin on OS X 10.11 with vim-plug the plugin doesn't get loaded. Any debugging data I can provide?

@justinmk
Copy link
Owner

Try restarting Vim? What is the output of

:map g

@nerakhon
Copy link
Author

v  gx            <Plug>NetrwBrowseXVis                                                                                                                                                                                                                                                                                                                                      
n  gx            <Plug>NetrwBrowseX                                                                                                                                                                                                                                                                                                                                         
n  goT         * :<C-U>call gtfo#open#term(getcwd(), "")<CR>                                                                                                                                                                                                                                                                                                                
n  goF         * :<C-U>call gtfo#open#file(getcwd())<CR>                                                                                                                                                                                                                                                                                                                    
n  got         * :<C-U>call gtfo#open#term("%:p:h", "")<CR>                                                                                                                                                                                                                                                                                                                 
n  gof         * :<C-U>call gtfo#open#file("%:p")<CR> 

but :got :gof :goT :goF isn't found am I missing something in vim logic?

@nerakhon
Copy link
Author

Hmm thats weird the commands work via \got \gof etc, any clue what might be wrong?

@justinmk
Copy link
Owner

There aren't any commands yet, only mappings (got, etc.) and a function (gtfo#open#term()).

Just press got while in normal-mode.

@nerakhon
Copy link
Author

Ok my misunderstanding :) thx!

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

2 participants