diff options
author | June McEnroe <june@causal.agency> | 2014-06-29 11:59:01 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-06-29 11:59:01 -0400 |
commit | 4ef806fca4d09f4e84c45707e659ba24202b127b (patch) | |
tree | cc2ef0b23ec638a42464d75f3050b9b0bcd14855 | |
parent | Add multiple cursors (diff) | |
download | src-4ef806fca4d09f4e84c45707e659ba24202b127b.tar.gz src-4ef806fca4d09f4e84c45707e659ba24202b127b.zip |
Add nrformats setting
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 3 |
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 |