diff options
| -rw-r--r-- | .vimrc | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -962,6 +962,17 @@ command! -nargs=+ -complete=command +" Increment/decrement numbers {{{2 + +nnoremap + <C-a> +nnoremap - <C-x> +xnoremap + <C-a> +xnoremap - <C-x> +xnoremap g+ g<C-a> +xnoremap g- g<C-x> + + + " Disable unuseful mappings. {{{2 " Avoid entering Select mode. |
