changeset 114:ccc3902408d2

Fix the hash key in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 18 Sep 2012 21:13:11 -0700
parents 539d84664c27
children a3f756f0c95a
files vim/vimrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Tue Aug 28 21:44:37 2012 -0700
+++ b/vim/vimrc	Tue Sep 18 21:13:11 2012 -0700
@@ -288,6 +288,9 @@
 nnoremap <leader>hs :Hgstatus<cr>
 nnoremap <leader>hv :Hgvdiff<cr>
 
+" Make the hash-key not suck.
+inoremap # X<BS>#
+
 " Toggle invisible characters
 nnoremap <leader>i :set list!<cr>