(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf
:
From 5547e03f5992b59b50b331018b23b5b9094e18b2 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= <[email protected]> | |
Date: Wed, 4 May 2016 15:49:08 +0200 | |
Subject: [PATCH] gitmodules: fix urls for lib/PB and assets/i18n | |
--- | |
.gitmodules | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/.gitmodules b/.gitmodules |
; 99 bottles of beer program for Viua VM Assembler | |
; Copyright (C) 2015 Harald Eilertsen | |
; | |
; This program is free software: you can redistribute it and/or modify | |
; it under the terms of the GNU General Public License as published by | |
; the Free Software Foundation, either version 3 of the License, or | |
; (at your option) any later version. | |
; | |
; This program is distributed in the hope that it will be useful, | |
; but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | |
// Example of communication with a subprocess via stdin/stdout | |
// Author: Konstantin Tretyakov | |
// License: MIT | |
// | |
#include <ext/stdio_filebuf.h> // NB: Specific to libstdc++ | |
#include <sys/wait.h> | |
#include <unistd.h> | |
#include <iostream> |