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

Out-of-box keymaps for moving are not working #75

Open
Omcsesz opened this issue May 12, 2023 · 6 comments
Open

Out-of-box keymaps for moving are not working #75

Omcsesz opened this issue May 12, 2023 · 6 comments

Comments

@Omcsesz
Copy link
Contributor

Omcsesz commented May 12, 2023

Hello!

After installing the plugin, I noticed that the Alt-j, Alt-k, Alt-h, Alt-l combinations are not working at all neither in Insert mode, nor in Normal mode. Can you please support?

@matze
Copy link
Owner

matze commented May 15, 2023

Are you on MacOS by chance?

@Omcsesz
Copy link
Contributor Author

Omcsesz commented May 15, 2023

Are you on MacOS by chance?

@matze No, I use Win10.

@Omcsesz
Copy link
Contributor Author

Omcsesz commented May 25, 2023

@matze Do you have any idead on why it is not working?

@tahseenjamal
Copy link

tahseenjamal commented Dec 19, 2023

Same happening with me and I am on Mac @matze

@kirill-olegovich
Copy link

For anyone who still has issue, this can help.
Insert this lines in .vimrc file:

execute "set =\ej"
nnoremap j
execute "set =\ek"
nnoremap k
execute "set =\eh"
nnoremap h
execute "set =\el"
nnoremap l

https://vi.stackexchange.com/questions/2350/how-to-map-alt-key

@justamanm
Copy link

For anyone who still has issue, this can help. Insert this lines in .vimrc file:

execute "set =\ej"
nnoremap j
execute "set =\ek"
nnoremap k
execute "set =\eh"
nnoremap h
execute "set =\el"
nnoremap l

https://vi.stackexchange.com/questions/2350/how-to-map-alt-key

this works! thanks

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

5 participants