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

Cannot remap movement keys to Dvorak layout #136

Open
jamartinb opened this issue May 20, 2016 · 1 comment
Open

Cannot remap movement keys to Dvorak layout #136

jamartinb opened this issue May 20, 2016 · 1 comment
Labels

Comments

@jamartinb
Copy link

I have in my .vimrc the following to support the usual movement keys "hjkl" in my Dvorak layout "dhtn":

"" Dvorak it!
"" Taken from here: http://stackoverflow.com/questions/165231/vim-dvorak-keybindings-rebindings
no d h
no h j
no t k
no n l

This does not work in wasavi and it is preventing me to use it :-(

@rglassett
Copy link

map [noremap] d h
map [noremap] h j
map [noremap] t k
map [noremap] n l

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

3 participants