mterm-io / mterm

An electron terminal written with TypeScript, and rendered with React. Extend your terminal with themes, plugins and commands written in typescript. Scripting for the modern age.
https://mterm.io
9 stars 0 forks source link

ctrl-o opens file path in cursor, shift-tab goes back in history #122

Open daretodave opened 5 months ago

daretodave commented 5 months ago

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

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.