Skip to content

Instantly share code, notes, and snippets.

@neninja
Created August 12, 2020 05:10
Show Gist options
  • Save neninja/b8ddd64280abe29b577d6071111db5d9 to your computer and use it in GitHub Desktop.
Save neninja/b8ddd64280abe29b577d6071111db5d9 to your computer and use it in GitHub Desktop.
vim line e column on visual bloc
a-b: (line("'<"),virtcol("'<"))(line("'>"),virtcol("'>"))
1-4: (10,16) (14,31)
2-3: (10,31) (14,16)
4-1: (10,16) (14,31)
3-2: (10,31) (14,16)

             10:16          10:31
               1--------------2
               |              |
               |              |
               |              |
               3--------------4
             14:16          14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment