Skip to content

Instantly share code, notes, and snippets.

@anveo
Created May 5, 2010 21:09
Show Gist options
  • Save anveo/391434 to your computer and use it in GitHub Desktop.
Save anveo/391434 to your computer and use it in GitHub Desktop.
If I am in insert mode, and I put the cursor on the word 'test', and do the following command, I get an inconsistent cursor placement:
The command(while in insert mode):
------------
<C-o>b<C-o>E
The text:
-----------
test
function(test)
The result:
------------
'|' denotes where cursor gets put back in insert mode after the 'E':
tes|t
function(test|)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment