CTRL-T mapping is currently explicitly disabled in regular search modes (/ and ?) to allow for default behaviour of jumping between incsearch results. Recently (I believe) Vim started supporting /_CTRL-G and /_CTRL-T in other search modes like :global, :vglobal, and :substitute. Previous special casing in vim-rsi doesn't work for them so it is impossible to jump back (/_CTRL-G works as expected). Can these modes also be special-cased to preserve default CTRL-T behaviour?