shagabutdinov/sublime-keymap-enhanced

I think it is this, better

Closed this issue · 1 comments

aaa

alt+j left
alt+ctrl+j left a word
alt+ctrl+shift+j Goto begin of line

alt+l right
alt+ctrl+l right a word
alt+ctrl+shift+l Goto end of line

alt+i up
alt+ctrl+i scroll up by 5 lines
alt+ctrl+shift+i Goto begin of file

alt+k down
alt+ctrl+k scroll down by 5 lines
alt+ctrl+shift+k Goto end of file

alt+h Select by character left
alt+ctrl+h Select by word left
alt+ctrl+shift+h Select begin of line

alt+u del by character left
alt+ctrl+u del by word left
alt+ctrl+shift+u del begin of line
.....

Putting backspace closer arrows is great idea, I like it. And alt+h for character selection feels weird for me, why alt+shift+j is bad?

Also I could not change this keymap because it requires a lot of work for rearrange all other plugins keymaps and I'm not ready for; maybe I just got used to my keymaps too much...

But you can do a fork and put your keymaps to fork. Also try IndentationNavigation plugin, it is great addition to overall keyboard navigation.

Thank you for issue.