I was wondering if it is possible to execute two commands with one cabbrev. I want to execute:
:set columns=170
:wincmd =
I tried
cnoreabbrev c2 :set columns=170 | :wincmd =
But it did not work.
Try this:
cnoreabbrev c2 :set columns=170 <BAR> :wincmd =