Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • This is exactly the simple memorable answer that I was searching for and couldn't figure out! Commented Aug 28, 2016 at 22:19
  • I can't use/type Ctrl-A in vim because cntrl-A is mapped to another key for tmux. Is there a way to send the same command as ctrl-A to vim via vims command mode, so I dont have to type ctrl-A? Commented May 25, 2018 at 17:37
  • @alpha_989 Well, according to digitalronin.github.io/2016/06/28/vim-increment-column.html this guy types Ctrl-a a. Works on my end as well :) Commented May 25, 2018 at 17:53
  • @alpha_989 I've added another , command-mode solution. That avoids typing Ctrl+a altogether Commented May 25, 2018 at 18:11