Created
October 13, 2012 11:05
-
-
Save saitoha/3884170 to your computer and use it in GitHub Desktop.
My Vimperator Command Usage Statistics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nnoremap j 3j | |
| nnoremap k 3k | |
| nnoremap h <C-p> | |
| nnoremap l <C-n> | |
| nnoremap y Y | |
| nnoremap Y y | |
| nnoremap _ r | |
| cnoremap <Down> <Tab> | |
| cnoremap <Up> <S-Tab> | |
| cnoremap <C-n> <Tab> | |
| cnoremap <C-p> <S-Tab> | |
| cnoremap <C-S-p> <S-Up> | |
| cnoremap <C-S-n> <S-Down> | |
| cnoremap <C-g> <Esc> | |
| cnoremap <C-y> <S-Ins> | |
| inoremap <C-n> <Down> | |
| inoremap <C-p> <Up> | |
| inoremap <C-g> <Esc> | |
| inoremap <C-y> <S-Ins> | |
| map <C-n> <Down> | |
| map <C-p> <Up> | |
| nnoremap mk H | |
| nnoremap ml L | |
| nnoremap mj d | |
| nnoremap mn r | |
| nnoremap _ r | |
| nnoremap m_ :res<CR> | |
| nnoremap mo f | |
| nnoremap mu gu | |
| nnoremap mh gh | |
| nnoremap i gi | |
| nnoremap mi gi | |
| nnoremap m, gg | |
| nnoremap m. G | |
| nnoremap m^ g^ | |
| nnoremap m$ g$ | |
| nnoremap m_ :res<CR> | |
| nnoremap , go | |
| nnoremap m; ;o | |
| nnoremap m: ;t | |
| nnoremap mmj <C-d>mm | |
| nnoremap mmk <C-u>mm | |
| nnoremap mml <C-n>mm | |
| nnoremap mmh <C-p>mm | |
| nnoremap mmn <C-z> | |
| nnoremap mmi gi | |
| nnoremap mm; ;o | |
| nnoremap mmn <C-n>mm | |
| nnoremap mmp <C-p>mm | |
| map + zI | |
| map - zO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| j 9512 57.96 % | |
| k 3492 21.28 % | |
| m 457 2.78 % | |
| <C-d> 456 2.78 % | |
| n 260 1.58 % | |
| gT 237 1.44 % | |
| h 223 1.36 % | |
| <C-u> 181 1.10 % | |
| <C-n> 150 0.91 % | |
| l 143 0.87 % | |
| mk 141 0.86 % | |
| H 141 0.86 % | |
| mmj 109 0.66 % | |
| mmk 106 0.65 % | |
| d 97 0.59 % | |
| <Esc> 87 0.53 % | |
| mj 59 0.36 % | |
| i 50 0.30 % | |
| gi 50 0.30 % | |
| / 36 0.22 % | |
| <Tab> 30 0.18 % | |
| Y 29 0.18 % | |
| y 29 0.18 % | |
| + 26 0.16 % | |
| zI 26 0.16 % | |
| <C-h> 21 0.13 % | |
| tabopen 20 0.12 % | |
| <C-a> 19 0.12 % | |
| <C-e> 18 0.11 % | |
| gg 16 0.10 % | |
| twittperator 16 0.10 % | |
| <C-k> 15 0.09 % | |
| stats 14 0.09 % | |
| r 14 0.09 % | |
| mmh 14 0.09 % | |
| G 11 0.07 % | |
| ml 11 0.07 % | |
| L 11 0.07 % | |
| <C-S-P> 10 0.06 % | |
| javascript 10 0.06 % | |
| _ 9 0.05 % | |
| open 8 0.05 % | |
| P 8 0.05 % | |
| p 8 0.05 % | |
| ; 7 0.04 % | |
| <Down> 5 0.03 % | |
| gh 4 0.02 % | |
| mml 3 0.02 % | |
| restart 2 0.01 % | |
| <C-g> 2 0.01 % | |
| u 2 0.01 % | |
| N 2 0.01 % | |
| saveas 1 0.01 % | |
| <C-w> 1 0.01 % | |
| f 1 0.01 % | |
| gu 1 0.01 % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment