with vim, I use object indent.
and frequently I use this
vii:!sort
for sort a block with same indent.
I try set this nnoremap
nn <leader>ss vii:!sort<cr>
but don't work, any suggestion?
ii is a vnoremap for object-indent, maybe this is the problem, with vpass to visual mode and nnoremap don't continue