[ create a new paste ] login | about

Link: http://codepad.org/TNVK7vO4    [ raw code | fork ]

Plain Text, pasted on Nov 12:
1
2
3
4
5
6
7
8
9
10
for key in [ ".", ":", "<bar>", "/", "<bslash>", "*" ]                                                                 
    exe "nnoremap ci".key." T".key."ct".key                                                                 
    exe "nnoremap ca".key." F".key."cf".key                                                                 
    exe "nnoremap di".key." T".key."dt".key                                                                
    exe "nnoremap da".key." F".key."df".key                                                                 
    exe "nnoremap vi".key." T".key."vt".key                                                                 
    exe "nnoremap va".key." F".key."vf".key                                                                 
    exe "nnoremap yi".key." T".key."yt".key                                                                 
    exe "nnoremap ya".key." F".key."yf".key                                                           
endfor


Create a new paste based on this one


Comments: