From 4ef806fca4d09f4e84c45707e659ba24202b127b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 29 Jun 2014 11:59:01 -0400 Subject: Add nrformats setting --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index daebc629..d45a1b60 100644 --- a/.vimrc +++ b/.vimrc @@ -81,6 +81,9 @@ set laststatus=2 " Always show one line above or below the cursor. set scrolloff=1 +" Ctrl-A and Ctrl-X work on hex and single letters +set nrformats=alpha,hex + " Enable syntax highlighting. syntax on -- cgit 1.4.1