Changeset 15899 for dotfiles

Show
Ignore:
Timestamp:
07/16/08 21:07:40 (4 months ago)
Author:
momolab
Message:

いろいろ修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vimperator/momolab-vimperatorrc

    r15807 r15899  
    2020set complete=sl 
    2121 
     22"HintのStyle 
     23set hintstyle=z-index:5000; font-family:monospace; font-size:12px; color:white; background-color:blue; border-color:ButtonShadow; border-width:0px; border-style:solid; padding:0px 1px 0px 1px; position:absolute; 
     24"HintのStyle(focus時) 
     25"set focusedhintstyle=z-index:5000; font-family:monospace; font-size:12px; color:ButtonText; background-color:ButtonShadow; border-color:ButtonShadow; border-width:1px; border-style:solid; padding:0px 1px 0px 1px; position:absolute; 
     26 
     27"デバッグモード 
     28set verbose=9 
    2229 
    2330""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 
     
    3946map <Left>  gT 
    4047map <Right> gt 
     48 
     49" x でもタブを閉じる 
     50map x d 
    4151 
    4252 
     
    6979EOM 
    7080 
     81"migemo_hint.js用の定義 
     82set hintmatching=custom 
     83 
    7184"copy.js用の定義 
    7285javascript <<EOM 
     
    8295EOM 
    8396 
    84 "migemo_hint.js用の定義 
    85 set hintmatching = custom 
    86  
    8797 
    8898"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""