" muttatorrc " author janus_wel " for 0.5pre (created: 2009/01/03 18:39:53) " Last Change: 2009/02/01 16:18:59. " Settings -------------------------------------------------------------- " show completions automatically set wildoptions=auto " need anytime in hints mode set followhints=1 " show folder pane and right, bottom scroll bar set guioptions=frb " scroll height of / set scroll=3 " always display tab-bar set showtabline=2 " don't focus any "input" elements automatically when open pages. set focuscontent " Variables --------------------------------------------------------------- " this must be set before map operation, otherwise use default value. let mapleader=',' " Mappings -------------------------------------------------------------- " tab operation noremap gT noremap gt "noremap :tabmove! -1 "noremap :tabmove! +1 " we love echo noremap e :echo " pageinfo short-cut noremap I :pageinfo " scrooooooooll mnoremap J mnoremap K " Windows keybind noremap noremap noremap mnoremap mnoremap mnoremap inoremap inoremap inoremap inoremap inoremap inoremap inoremap cnoremap cnoremap cnoremap cnoremap cnoremap cnoremap cnoremap " fullscreen noremap " sourcing .vimperatorrc noremap r :so ~/.muttatorrc noremap R :mapclear:cmapclear:imapclear:mmapclear:so ~/.muttatorrc " Source ---------------------------------------------------------------- " vim: ft=vimperator sw=4 sts=4 ts=4 et