summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-06-29 11:59:01 -0400
committerJune McEnroe <programble@gmail.com>2014-06-29 11:59:01 -0400
commit20b78ceb4fd6928f61b0da0269deb10bdeed7248 (patch)
treec5b31ca0ef13e49338806147117a0e9bc8fd579b /.vimrc
parentAdd multiple cursors (diff)
downloadsrc-20b78ceb4fd6928f61b0da0269deb10bdeed7248.tar.gz
src-20b78ceb4fd6928f61b0da0269deb10bdeed7248.zip
Add nrformats setting
Diffstat (limited to '')
-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