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

Keyboard shortcuts not working #146

Open
anoopd opened this issue Jun 22, 2016 · 2 comments
Open

Keyboard shortcuts not working #146

anoopd opened this issue Jun 22, 2016 · 2 comments

Comments

@anoopd
Copy link

anoopd commented Jun 22, 2016

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 ?

@vantreeseba
Copy link

vantreeseba commented Jul 1, 2016

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).

@Shamaoke
Copy link

The maplocalleader and tern_map_keys variables should be set in order keybindings to work.

# ~/.vimrc

let maplocalleader='\'
let tern_map_keys=1

See :help tern.txt for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants