We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had the plugin working well along with Neocomplete, but the problem is keyboard shortcuts like td :TernDoc tt :TernType
etc are not working . I have phpcomplete installed along with Neocomplete . Do somebody having the same problem ?
The text was updated successfully, but these errors were encountered:
Make sure you are doing
<Leader>tt :TernType<CR>
Without the it will not actually run the command (it's a macro to hit enter for you).
Sorry, something went wrong.
The maplocalleader and tern_map_keys variables should be set in order keybindings to work.
maplocalleader
tern_map_keys
# ~/.vimrc let maplocalleader='\' let tern_map_keys=1
See :help tern.txt for details.
:help tern.txt
No branches or pull requests
I had the plugin working well along with Neocomplete, but the problem is keyboard shortcuts like
td :TernDoc
tt :TernType
etc are not working . I have phpcomplete installed along with Neocomplete . Do somebody having the same problem ?
The text was updated successfully, but these errors were encountered: