Linux setup for competitive programming for onsite comp (INOI)

How to setup a text editor or ide for onsite comp? The setup of the comp is:

  • Operating System : Linux Ubuntu 20.04

  • Compiler Version : g++ 9.1.0

  • IDEs:

    • CodeChef IDE
    • Notepad++ Version: 2.0.0
    • Sublime text Version: build 4121
    • Geany — with debugger Version: 1.37.1
    • Code::Blocks Version: 20.03
    • CLion Version: 2019.3.0
    • vim, nano

Id prefer using sublime or geany, but how do i use codeblocks just in case, and how exactly do i setup sublime or geany ONsite? Any help or links to videos or any input is much appreciated, thank you

For Geany, I’d recommend trying out Errichto’s setup. I don’t know much about Sublime though.

Just remember that you won’t be able to install any external plugins/packages for the editors, which might be a problem in case you’ve become used to some of them.

If you have the time, you could try doing a fresh install of Sublime/Geany on your PC and change only the essential settings (build commands, defaults etc.). Eventually, you should have something usable, hopefully without too many changes.