Changeset f56aba4beaa44260dc60ea19bc0c00ade2fec895


Ignore:
Timestamp:
05/03/11 16:06:01 (13 months ago)
Author:
Luper Rouch <luper.rouch@…>
Children:
57d338c49f76b43e8bedc3c80eb26b49a203abb0
Parents:
1191b462726781e08768bf371399e4d72e8d2e3e
git-committer:
Luper Rouch <luper.rouch@…> (05/03/11 16:06:01)
Message:

added pytrace abbrev to vimrc for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • various/config/vimrc-windows

    r34fc280 rf56aba4  
    7878" Useful abbreviations 
    7979iab xdate <c-r>=strftime("%d/%m/%y %H:%M:%S")<cr> 
     80iab pytrace import ipdb as pdb 
     81\<cr>from PyQt4.QtCore import pyqtRemoveInputHook 
     82\<cr>pyqtRemoveInputHook() 
     83\<cr>pdb.set_trace() 
    8084 
    8185" Load plugins 
Note: See TracChangeset for help on using the changeset viewer.