lapce / lapce

Lightning-fast and Powerful Code Editor written in Rust
http://lapce.dev
Apache License 2.0
34.38k stars 1.03k forks source link

Support for cycling editor tabs in most recently used order #1727

Open Gerrit0 opened 1 year ago

Gerrit0 commented 1 year ago

Is your feature request related to a problem? Please describe.

When working on a project I frequently find myself cycling between two or three common files. It would be really convenient to be able to set CTRL+Tab to cycle through editors similarly to how Alt+Tab works.

Describe the solution you'd like

Add an option, which, when selected changes how cycling through tabs works:

CTRL+Tab activates to the previously active editor CTRL+Tab+Tab activates to 2 active editors ago ...

Describe alternatives you've considered

I can manually order tabs and move between them, but breaking muscle memory from other editors is painful.

bannert1337 commented 1 year ago

I would like to implement this feature!