We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anywhere on the terminal, ctrl-o opens the file path
determine the desired open path:
one desired path is established:
For open editor actions:
STORE all the editor actions in a stack
this creates a back and forth flow
releasing ctrl-tab takes you to the first selected historical action
pressing ctrl-tab again, cycles to the next action (then eventually back to the top)
keeping ctrl held leaves this new "list pane" open
releasing ctrl closes the window
pressing down or tab when the window is open has the same effect (cycling through history)
pressing up goes back up the list (or nowhere) if at the current action - 1
how should this work? see any jetbrains product's usage of ctrl-tab: https://www.jetbrains.com/guide/go/tips/navigate-between-opened-files-using-the-switcher/#:~:text=Invoke%20the%20Switcher%20using%20%5E%E2%87%A5,Linux%20or%20Shift%20on%20macOS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
anywhere on the terminal, ctrl-o opens the file path
determine the desired open path:
one desired path is established:
For open editor actions:
STORE all the editor actions in a stack
this creates a back and forth flow
releasing ctrl-tab takes you to the first selected historical action
pressing ctrl-tab again, cycles to the next action (then eventually back to the top)
keeping ctrl held leaves this new "list pane" open
releasing ctrl closes the window
pressing down or tab when the window is open has the same effect (cycling through history)
pressing up goes back up the list (or nowhere) if at the current action - 1
how should this work? see any jetbrains product's usage of ctrl-tab:
https://www.jetbrains.com/guide/go/tips/navigate-between-opened-files-using-the-switcher/#:~:text=Invoke%20the%20Switcher%20using%20%5E%E2%87%A5,Linux%20or%20Shift%20on%20macOS.
The text was updated successfully, but these errors were encountered: