Created
December 19, 2013 14:07
-
-
Save SammysHP/8039596 to your computer and use it in GitHub Desktop.
This file contains 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
set gui=none | |
set complete=l | |
set defsearch=g | |
set titlestring=Firefox | |
set status+=ssl | |
set yankencodedurl | |
command nsp :noscript popup | |
nnoremap ü :noscript popup<CR> | |
command noproxy :set! network.proxy.type=0 | |
command proxyon :set! network.proxy.type=1 | |
command config :open about:config | |
command settings :open about:preferences | |
noremap <C-a> <Ins><C-a><Ins> | |
inoremap <C-a> <Ins><C-a><Ins> | |
" vim: set ft=vim: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment