Skip to content

Instantly share code, notes, and snippets.

@chiita
Created December 9, 2015 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiita/689091019e242907b4c9 to your computer and use it in GitHub Desktop.
Save chiita/689091019e242907b4c9 to your computer and use it in GitHub Desktop.
source! /Users/User/.vimperatorrc.local
" vim: set ft=vimperator:
map h gT
map l gt
map H <A-Left>
map L <A-Right>
set hintchars=hjklasdf
set editor="/usr/bin/vim"
" google検索を手早くする
noremap s :open<Space>google<Space>
noremap ,s :tabopen<Space>google<Space>
"============================
" colorscheme
"============================
hi Hint font-family: Arial; font-size: 21px; font-weight: bold; text-shadow: -1px -1px 2px black, 1px -1px 2px black, -1px 1px 2px black, 1px 1px 2px black; color: #33cccc;
hi HintElem color: gray; background-color: #a1e4e6;
hi HintActive color: black; background-color: #ff8700;
hi ErrorMsg color:white; background-color: #ec6aa1;
" 自動補完の候補
set complete=sl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment