Created
January 5, 2017 15:41
-
-
Save lsaffie/69d2ccdc1b77e73a48d72888d3c6428c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%h1 Tmux cheatsheet | |
https://github.com/lsaffie/tmux | |
Prefix: | |
<pre><code>ctrl+a</code></pre> | |
Moving aroud: | |
right: | |
<pre><code>ctrl+a + l</code></pre> | |
left: | |
<pre><code>ctrl+a + h</code></pre> | |
top: | |
<pre><code>ctrl+a + k</code></pre> | |
botom: | |
<pre><code>ctrl+a + j</code></pre> | |
Horizontal Split: | |
<pre><code>ctrl+a + " </code></pre> | |
Vertical Split: | |
<pre><code>ctrl+a + % </code></pre> | |
Resize: | |
<pre><code>ctrl+a esc + arrows </code></pre> | |
Zoom: | |
<pre><code>ctrl+a + z</code></pre> | |
Back to last pane: | |
<pre><code>ctrl+a + ;</code></pre> | |
Create new window: | |
<pre><code>ctrl+a + c</code></pre> | |
Kill pane: | |
<pre><code>ctrl+a + x</code></pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment