#include #include int main() { std::cout << "[ "< ^b -> Enter command mode ("< ^b^c -> Open a new sesh\n" << "> ^b^& -> Exit focused sesh (Same as 'exit' command)\n" << "[ "< ^b^n -> Goes to next window\n" << "> ^b^p -> Goes to previous window\n" << "> ^b^% -> Horizontal split\n" << "> ^b^' / ^b^("< Vertical split \n" << "> ^b("< Switch between panes\n" ; return 0; }