From 0b670cd6b47b17f19dc9df2f0e43221d4c7e6738 Mon Sep 17 00:00:00 2001 From: jStmaX! <87650746+jstmaxlol@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:10:28 +0200 Subject: random utils in /usr/bin because dementia :e --- tmux101_print.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tmux101_print.cpp (limited to 'tmux101_print.cpp') diff --git a/tmux101_print.cpp b/tmux101_print.cpp new file mode 100644 index 0000000..14dc0ac --- /dev/null +++ b/tmux101_print.cpp @@ -0,0 +1,20 @@ +#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; +} -- cgit v1.3.1