= My tmux keyboard shortcuts :doctype: article :description: Enter a short description of the Gist :license-type: Apache-2.0 :author: Author Name :email: author.name@domain.com :revnumber: v0.1 :revdate: 2021-01-01 :repository-url: https://github.com/JoeArauzo/AsciiDoc-README-Template :source-highlighter: rouge :rouge-style: github :!showtitle: :icons: font :experimental: :sectnums!: :optionkey: ⌥ // GitHub doesn't render asciidoc exactly as intended, so we adjust settings ifdef::env-github[] :tip-caption: :bulb: :note-caption: :information_source: :important-caption: :heavy_exclamation_mark: :caution-caption: :fire: :warning-caption: :warning: endif::[] [%autowidth] |=== |Command |Purpose |kbd:[Ctrl + Space] kbd:[s] |List sessions |kbd:[Ctrl + Space] kbd:[:new] |New session |kbd:[Ctrl + Space] kbd:[$] |Name session |kbd:[Ctrl + Space] kbd:[r] |Reload tmux.conf |kbd:[Ctrl + Space] kbd:[-] |Split window horizontally |kbd:[Ctrl + Space] kbd:[\|] |Split window vertically |kbd:[{optionkey} + h,j,k,l] |Switch panes, left, down, up, right |kbd:[{optionkey} + ,] |Resize pane, smaller width |kbd:[{optionkey} + .] |Resize pane, larger width |kbd:[{optionkey} + -] |Resize pane, shorter height |kbd:[{optionkey} + =] |Resize pane, taller height |===