I'm trying to include this in some shortcuts in my .vimrc, but can't find a way to.
I've tried execute "normal \<Plug>(textobj-fold-i)", but it didn't work.
Also, I have it bound using nmap iz <Plug>(textobj-fold-i), and
nmap <localleader>f viz works as expected, but
nmap <localleader>f viz: (which I'd like to follow with other commands) doesn't seem to.
I'm trying to include this in some shortcuts in my .vimrc, but can't find a way to.
I've tried
execute "normal \<Plug>(textobj-fold-i)"
, but it didn't work.Also, I have it bound using
nmap iz <Plug>(textobj-fold-i)
, andnmap <localleader>f viz
works as expected, butnmap <localleader>f viz:
(which I'd like to follow with other commands) doesn't seem to.