I need to adjust vim to count in visual block mode. See this post for more info: I use Ctrl+a for my tmux binding (replaces Ctrl+b), and that is not going to change.
I tried everything here. Nothing seems to work. I think vim is taking my key combo, and still trying to run Ctrl+a. I need to completely make vim start using a different key combination for the same thing that Ctrl+a did.
nnoremap, noremap, vmap. Every time I try {visual block mode} + g + {new binding}. Nothing happens.
I tested outside of tmux btw.