You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vim if the first tab is active and I type :tabp<cr> or gT, then the last tab will get activated.
A similar thing happens, if the last tab is active and I type :tabn<cr> or gt, then the first tab will get activated.
This currently doesn't work in Oni2. If the first (layout) tab is active and I type :tabp<cr> or gT, then nothing will change. Same for the last tab with :tabn<cr> and gt.
The text was updated successfully, but these errors were encountered:
__Issue:__ As described in #2230 - the tab movement commands (`:tabn`, `:tabp`, `gt`, `gT`) don't wrap
__Fix:__ Update the logic to wrap instead of clamp
Fixes#2230
In vim if the first tab is active and I type
:tabp<cr>
orgT
, then the last tab will get activated.A similar thing happens, if the last tab is active and I type
:tabn<cr>
orgt
, then the first tab will get activated.This currently doesn't work in Oni2. If the first (layout) tab is active and I type
:tabp<cr>
orgT
, then nothing will change. Same for the last tab with:tabn<cr>
andgt
.The text was updated successfully, but these errors were encountered: