|
|
|
|
|
by legulere
4352 days ago
|
|
The only real problems I'm having with vim: hjkl is awkward: only h stays the same, j moves down but is on the upper row, k moves up but is on the lower row, l is on the upper row (though you still have space) You can't use 'jj' for entering normal mode from insert mode anymore. 'nn' (what is at the same position as qwerty 'jj') is quite common when typing stuff, similar for all other keys you have your fingers on (maybe not 'ii'). So I settled for 'hh' The other stuff isn't really an issue in vim. I don't have problems with anything else really. Most standard gui shortcuts remain unchanged |
|