summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2014-06-29 11:59:01 -0400
committerJune McEnroe <june@causal.agency>2014-06-29 11:59:01 -0400
commit4ef806fca4d09f4e84c45707e659ba24202b127b (patch)
treecc2ef0b23ec638a42464d75f3050b9b0bcd14855
parentAdd multiple cursors (diff)
downloadsrc-4ef806fca4d09f4e84c45707e659ba24202b127b.tar.gz
src-4ef806fca4d09f4e84c45707e659ba24202b127b.zip
Add nrformats setting
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
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