I use screen/tmux and vim.
In vim, I can't use <c-a> for increment a number, <c-a> is occupied from screen/tmux.
any suggestion for a simple map for increment a number ?
I try with
nnoremap <c-A> <c-a>
but, with this I have push down two times <c-A>
<c-A><c-A>
and with <c-X> never decrement the number
.can repeat this so there's no need to do the same awkward escaping over and over. – cprn Sep 14 '15 at 12:18