feaa7c9c1eff

Changes from work.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 20 May 2010 17:58:29 -0400
parents e4d2a797c434
children d6e9fd358013
branches/tags (none)
files .hgrc vim/.vimrc

Changes

--- a/.hgrc	Wed May 19 10:56:43 2010 -0400
+++ b/.hgrc	Thu May 20 17:58:29 2010 -0400
@@ -16,6 +16,7 @@
 parentrevspec =
 schemes = 
 progress =
+attic = ~/lib/hg/hgattic/attic.py
 paste = ~/lib/hg/hg-paste/paste.py
 prompt = ~/lib/hg/hg-prompt/prompt.py
 histedit = ~/lib/hg/histedit
--- a/vim/.vimrc	Wed May 19 10:56:43 2010 -0400
+++ b/vim/.vimrc	Thu May 20 17:58:29 2010 -0400
@@ -89,6 +89,9 @@
 nnoremap <F1> za
 vnoremap <F1> za
 
+" Fuck you, help key.
+imap <F1> <nop>
+
 " NERDTree ignore filters
 let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$']