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*

3
  • \$\begingroup\$ What does <C-Left> do? Can't test it because it switches windows on mac >_> \$\endgroup\$ Commented Jul 31, 2016 at 17:04
  • 1
    \$\begingroup\$ @Downgoat are you using ctrl or command? Either way, it's equivalent to "b", except that it works in insert mode too. \$\endgroup\$ Commented Jul 31, 2016 at 17:07
  • \$\begingroup\$ To be pedantic, it's the equivalent to B rather than b (and Ctrl+Right is the equivalent of W) - the difference is with non-word characters, but in this case it's doing the exact same thing :) vimdoc.sourceforge.net/htmldoc/motion.html#<C-Left> \$\endgroup\$ Commented Oct 5, 2016 at 3:43