Skip to content

Instantly share code, notes, and snippets.

@hotchpotch
Created February 23, 2009 06:18
Show Gist options
  • Save hotchpotch/68827 to your computer and use it in GitHub Desktop.
Save hotchpotch/68827 to your computer and use it in GitHub Desktop.
" mappings
noremap <BS> <NOP>
noremap j 5j
noremap J <C-d>
noremap k 5k
noremap K <C-u>
noremap L l
noremap H h
noremap h <C-p>
noremap l <C-n>
noremap f F
noremap F f
noremap <C-c> Y
cnoremap <C-c> <ESC>
cnoremap <C-n> <Tab>
cnoremap <C-p> <S-Tab>
cnoremap <C-b> <Left>
cnoremap <C-f> <Right>
inoremap <C-v> <C-v><S-Insert>
colorscheme myevening
" settings
set focuscontent
set verbose=1
set history=5000
set complete=sl
set hintmatching=custom
" variables
let g:ex_ime_mode = "inactive"
let g:textarea_ime_mode = "inactive"
" plugin_loader.js
let g:plugin_loader_roots = '~/vimperator/coderepos_plugin/';
js <<EOF
liberator.globalVariables.plugin_loader_plugins = <>
_libly
auto_reload
auto_source
copy
cpan-search
forcefocuscontent
google-search
hatena-bookmark-search
hints-yank-paste
history-search-backward
ime_controller
migemo_completion
migemo_hint
nextlink
options-migrate-user-pref
tinymenu
walk-input
xpath_hint
</>.toString().split(/\s+/);
EOF
" migrate_user_pref.js
js <<EOF
liberator.globalVariables.options_migrate_user_pref =
[
{
pref: 'javascript.enabled',
description: 'Using JavaScript',
command: ['javascript', 'js'],
},
];
EOF
" 繝励Λ繧ー繧、繝ウ縺ォ縺励↑縺・〒逶エ謗・譖ク縺上h縺・↑迚ゥ
source! ~/vimperator/vimpChrome.js
" vim: set ft=vim:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment