Created
September 29, 2016 02:41
-
-
Save leonlee/ac6d936739c03b2e47345b51aea1318c 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
let mapleader=";" | |
noremap j 3j | |
noremap k 3k | |
noremap J <C-d> | |
noremap K <C-u> | |
map <Leader>s :stop<cr> | |
noremap h gT | |
noremap l gt | |
map < <C-6> | |
noremap > g$ | |
noremap ] ]] | |
noremap [ [[ | |
set gui=nomenu,tabs,nonavigation,nobookmarks,addons | |
nmap <F11> :set gui=navigation,addons<CR> | |
nmap <S-F11> :set gui=nonavigation,noaddons<CR> | |
nmap <C-F11> :set gui=addons<CR> | |
set hintchars=hjklasdfgyuiopqwertnmzxcvb | |
set defsearch=google | |
set complete=shblS | |
colorscheme indigo-fx3 | |
"set nextpattern=\s*下一页|下一张|下页\s*,\bnext\b,^>$,^(>>)$,^(>),(& gt;)$,\bmore\b,^次(の)?ページ,\b次.*,\s*次へ,→\b | |
"set previouspattern=\s*上一页|上一张|上页\s*,\bprev|previous\b,^<$,^(<& lt;)$,^(<),(<)$,^前(の)?ページ,\b前.*,\s*前へ,\b← |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment