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

SignatureMap doesn't pick up my keybindings #172

Open
vkrajacic89 opened this issue Feb 19, 2020 · 1 comment
Open

SignatureMap doesn't pick up my keybindings #172

vkrajacic89 opened this issue Feb 19, 2020 · 1 comment

Comments

@vkrajacic89
Copy link

Hi,
I'm trying to change default keybindings for GotoNextLineByPos and GotoPrevLineByPos. This is in my vimrc.

let g:SignatureMap = {
        \ 'GotoNextLineByPos'  :  "m<Down>",
        \ 'GotoPrevLineByPos'  :  "m<Up>"
        \ }

I've removed everything else in my vimrc and in plugins directory. Using GVim 8.1.1

Thanks,
Vjekoslav

@kshenoy
Copy link
Owner

kshenoy commented Mar 24, 2020

Hmm, strange. That works for me. Can you share your minimal vimrc?

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

2 participants