Skip to content

Instantly share code, notes, and snippets.

@leonlee
Created May 31, 2017 11:04
Show Gist options
  • Save leonlee/501c23718b135170d2d15cae6f159024 to your computer and use it in GitHub Desktop.
Save leonlee/501c23718b135170d2d15cae6f159024 to your computer and use it in GitHub Desktop.
set runtimepath+=~/.vimperator/plugin
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
set followhints=0
set maxitems=36
set tabnumbers=true
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