tmux prefix

The prefix key is an essential part of tmux, by default all of tmux’s
key-bindings sit behind a prefix. This prefix is very similar to vim’s leader
key. It is common for folks to change the default C-b (control b) to C-a or
if they are a vim user some…


This content originally appeared on DEV Community and was authored by Waylon Walker

The prefix key is an essential part of tmux, by default all of tmux's
key-bindings sit behind a prefix. This prefix is very similar to vim's leader
key. It is common for folks to change the default C-b (control b) to C-a or
if they are a vim user something to match their vim leader key.

set -g prefix C-Space
bind Space send-prefix

A few of the essential default key-bindings.

%      vertical split
"      horizontal split
d      detach

up     select up one pane
down   select down one pane
right  select right one pane
left   select left one pane

t      clock
o      swap panes
c      create window
n      next window
p      previous window

A more complete list of key-bindings can be found in this gist https://gist.github.com/mzmonsour/8791835.

for more information on how I navigate tmux, check out this full post


This content originally appeared on DEV Community and was authored by Waylon Walker


Print Share Comment Cite Upload Translate Updates
APA

Waylon Walker | Sciencx (2021-07-18T15:05:40+00:00) tmux prefix. Retrieved from https://www.scien.cx/2021/07/18/tmux-prefix/

MLA
" » tmux prefix." Waylon Walker | Sciencx - Sunday July 18, 2021, https://www.scien.cx/2021/07/18/tmux-prefix/
HARVARD
Waylon Walker | Sciencx Sunday July 18, 2021 » tmux prefix., viewed ,<https://www.scien.cx/2021/07/18/tmux-prefix/>
VANCOUVER
Waylon Walker | Sciencx - » tmux prefix. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/18/tmux-prefix/
CHICAGO
" » tmux prefix." Waylon Walker | Sciencx - Accessed . https://www.scien.cx/2021/07/18/tmux-prefix/
IEEE
" » tmux prefix." Waylon Walker | Sciencx [Online]. Available: https://www.scien.cx/2021/07/18/tmux-prefix/. [Accessed: ]
rf:citation
» tmux prefix | Waylon Walker | Sciencx | https://www.scien.cx/2021/07/18/tmux-prefix/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.