Skip to content

Commit

Permalink
Remove turbo navigation (HNEI are now unmapped)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooize committed Mar 6, 2016
1 parent 6882195 commit c057ed0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -43,7 +43,6 @@ Key mappings
zxcvb km,./ n | j zxcvb nm,./

( novx) h = h (Left) i = l (Right) e = k (Up) n = j (Down)
( novx) H = 5h (Left*5) I = 5l (Right*5) E = 5k (Up*5) N = 5k (Down*5)

( novx) l = b (Back word) L = B (Back WORD)
( novx) y = w (Forward word) Y = W (Forward WORD)
Expand Down
7 changes: 0 additions & 7 deletions plugin/colemak.vim
Expand Up @@ -15,13 +15,6 @@
nnoremap e k|xnoremap e k|onoremap e k|
nnoremap i l|xnoremap i l|onoremap i l|
" }}}
" Turbo navigation {{{
" Works with counts, see ":help complex-repeat"
nnoremap <silent> H @='5h'<CR>|xnoremap <silent> H @='5h'<CR>|onoremap <silent> H @='5h'<CR>|
nnoremap <silent> N @='5gj'<CR>|xnoremap <silent> N @='5gj'<CR>|onoremap <silent> N @='5gj'<CR>|
nnoremap <silent> E @='5gk'<CR>|xnoremap <silent> E @='5gk'<CR>|onoremap <silent> E @='5gk'<CR>|
nnoremap <silent> I @='5l'<CR>|xnoremap <silent> I @='5l'<CR>|onoremap <silent> I @='5l'<CR>|
" }}}
" Words forward/backward {{{
" l/L = back word/WORD
" u/U = end of word/WORD
Expand Down

0 comments on commit c057ed0

Please sign in to comment.