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

Navigating without hjkl #34

Open
0x-r4bbit opened this issue Jan 16, 2014 · 1 comment
Open

Navigating without hjkl #34

0x-r4bbit opened this issue Jan 16, 2014 · 1 comment

Comments

@0x-r4bbit
Copy link

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?

@dusans
Copy link

dusans commented Apr 7, 2014

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()

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

2 participants