From d2d638e7a637bc5dcfb1ef7b2525be6a8d20df18 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sun, 21 Dec 2025 18:08:53 +0100 Subject: deleted tmux101 (unused, old, aaaa) --- tmux101_print.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tmux101_print.cpp diff --git a/tmux101_print.cpp b/tmux101_print.cpp deleted file mode 100644 index 14dc0ac..0000000 --- a/tmux101_print.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#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