Skip to content

Instantly share code, notes, and snippets.

@kwbr
Forked from romainl/sort.vim
Created March 17, 2020 15:33
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 kwbr/7237d30a65c485317711785a6deb45fb to your computer and use it in GitHub Desktop.
Save kwbr/7237d30a65c485317711785a6deb45fb to your computer and use it in GitHub Desktop.
Sort operator
function! Sort(type, ...)
'[,']sort
endfunction
nmap <silent> <key> :set opfunc=Sort<CR>g@
" usage:
" <key>ip
" <key>G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment