Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 18, 2021 03:05 pm GMT

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 something to match their vim leader key.

set -g prefix C-Spacebind Space send-prefix

A few of the essential default key-bindings.

%      vertical split"      horizontal splitd      detachup     select up one panedown   select down one paneright  select right one paneleft   select left one panet      clocko      swap panesc      create windown      next windowp      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


Original Link: https://dev.to/waylonwalker/tmux-prefix-3obm

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To