wikitopian/hardmode

Navigating without hjkl

0x-r4bbit opened this issue · 1 comments

Hey @wikitopian,

fortunately my friend @johannestroeger pointed me to you hardmode project. Whilst i'm using Vim for about 3-4 years know (and of course, I'm still not an expert), I wonder which ways one would have to navigate when h, j, k and l is disabled.

I can imagine that one could navigate with things like f, F, t, T and maybe also with / or ?, but this wouldn't be enough I think.

So my question is, what do you use for navigation when hardmode is on?

I think there isn't a better way to go one line up/down then j/k.

U can try:

        url: https://github.com/xeross/vim-hardmode.git
        branch: hjkl-repeat

I have in my vimrc:

" == hardmode ==
let g:HardMode_hjklLimit = 2
autocmd VimEnter,BufNewFile,BufReadPost * silent! call HardMode()