Switch cursor between terminal and editor
I'm working with a makefile and I want to know if there is a way to swtich the cursor between terminal and the editor
I was searching in prompt cmd and nothing (:) in vim. In cmd Palette (F1) and nothing. In shortcuts with chrome something like (ctrl tab) and nothing
PattanAhmed
@GustavoMejia Hi,
You can try clicking
If it didn't work, then Please suggest your wish here!. So, that they can give that feature in their next update.
You can try clicking
Insert button
on your keyboard.If it didn't work, then Please suggest your wish here!. So, that they can give that feature in their next update.
Hope this helps.
Please mark my answer if this helps.
GustavoMejia
https://repl.it/feedback/p/shortcut-key-to-switch-between-editor-and-console.
Thanks
@PattanAhmed, I didn't know about feedback menu, And after a search I found that Someone else suggest this featurehttps://repl.it/feedback/p/shortcut-key-to-switch-between-editor-and-console.
PattanAhmed
@GustavoMejia That's cool
Please mark my answer if this helps
Hey,
i dont think that is possible, but if you want you could maybe make a suggestion for repl.it to add this as a feature over here: https://repl.it/feedback
Happy coding and hope this helps! =)
ctrl + enter
.replit
This solution limits me the options, but is better than use the mouse
PD: to change to the .replit I use the shortcut
crtl P
in the insert modeok cool! ;)
@GustavoMejia