X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/859fe419d343f5f964cce24c0e15607a307307a2..cda18d12ed0722c39ac56db43af7378f48efc6e4:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 0123cc0..c3fe2da 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -735,6 +735,7 @@ function! SortLinesOpFunc(...) '[,']sort endfunction nnoremap gs :set operatorfunc=SortLinesOpFuncg@ +vnoremap gs :sort " edit configs {{{2 function! EditConfig(what)