diff options
author | June McEnroe <programble@gmail.com> | 2014-06-29 11:59:01 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-06-29 11:59:01 -0400 |
commit | 20b78ceb4fd6928f61b0da0269deb10bdeed7248 (patch) | |
tree | c5b31ca0ef13e49338806147117a0e9bc8fd579b | |
parent | Add multiple cursors (diff) | |
download | src-20b78ceb4fd6928f61b0da0269deb10bdeed7248.tar.gz src-20b78ceb4fd6928f61b0da0269deb10bdeed7248.zip |
Add nrformats setting
-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 |