Skip to content

Instantly share code, notes, and snippets.

@dsueiro
Created September 25, 2015 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsueiro/34617686b6e4391940a2 to your computer and use it in GitHub Desktop.
Save dsueiro/34617686b6e4391940a2 to your computer and use it in GitHub Desktop.
Sorting subsections in vim
:g/^a/+1,/^\s*$/-1 sort n
sort n => sort as numbers, not strings
a
1
2
5
3
4
11
a
88
8
7
a
25
32
11
a
1
2
3
4
5
11
a
7
8
88
a
11
25
32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment