-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Use of FTermToggle #94
Comments
In insert in terminal mode, you need <C-> to go to normal mode. This is vim/nvim policy instead of FTerm. You can make hotkeys to simplify keystrokes. I studied the Fterm code and created my own version of the terminal, SFTerm. My need is to send commands to the terminal without leaving the current working window. The most benefit for me, after going through the code base here is, 1) how to write OO code in Lua 2) how to create and interact with a terminal in Lua/Nvim. |
How do I toggle with the The SFTerm project is strangely associated with Salesforce, which is very offputting. There appear to be built-in commands for it. |
I wrote my SFTerm is tailored for Salesforce. One thing it does is to send commands to terminal without activating the terminal window nor enter the insert mode of it. |
Okay, I understand. Thank you. |
How is
FTermToggle
used? I can open a terminal withFTermOpen
but I would like to temporarily return to the editor by toggling the terminal off, with the intention to switch back to it soon after. However I cannot issue the toggle command while in terminal mode no matter how hard I try.The text was updated successfully, but these errors were encountered: