1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 325 forks source link

feature request: global tab indices #676

Open magical-inference opened 5 years ago

magical-inference commented 5 years ago

hey! it would be great if the tab-indices wouldn't be window-based but global. having multiple windows open at the same time, its often counter-intuitive that indices from the other window are not valid in the current one.

if this is trivial, I'd write it myself, but I'd need a reference to start with (no idea where to look for the methods I'm interested in in the codebase)