I’m trying to map one key to perform two actions:
Instead of just map "n" nextTab
I’m tried map "n" nextTab | scrollToTop and map "n" nextTab <bar> scrollToTop, as described in stackoverflow here
It is not working. Is this feature already supported? Any guidance.
I’m trying to map one key to perform two actions:
Instead of just
map "n" nextTabI’m tried
map "n" nextTab | scrollToTopandmap "n" nextTab <bar> scrollToTop, as described in stackoverflow hereIt is not working. Is this feature already supported? Any guidance.