mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
cbc8d72fde
In a multi-window scenario, it is possible to return focus to the last accessed window via n_CTRL-W_p. However, in the case of a multi-tab scenario, there was previously no way to return focus to the last accessed *tab*. Here, that ability is added via n_g<tab>. Additionally, the index of the previous tab is exposed via tabpagenr('#'), mirroring the existing functionality of winnr('#'). |
||
---|---|---|
.. | ||
autocmd_spec.lua | ||
bufenter_spec.lua | ||
cmdline_spec.lua | ||
cursorhold_spec.lua | ||
cursormoved_spec.lua | ||
dirchanged_spec.lua | ||
filetype_spec.lua | ||
signal_spec.lua | ||
tabclose_spec.lua | ||
tabnew_spec.lua | ||
tabnewentered_spec.lua | ||
termxx_spec.lua | ||
textyankpost_spec.lua |